Skip to content

Commit 40224c6

Browse files
committed
Add new event
Signed-off-by: Chris Abraham <[email protected]>
1 parent b65ad56 commit 40224c6

5 files changed

+62
-5
lines changed

_events/multi-modal-dl-frame.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ poster: assets/images/multi-modal-dl-frame.png
1111
<img style="width:100%" src="/assets/images/multi-modal-dl-frame.png" alt="Multi-Modal Tabular Deep Learning with PyTorch Frame">
1212
</a>
1313

14-
In this talk, Akihiro introduces PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
14+
In this talk, Akihiro introduced PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
1515

1616
Akihiro Nitta is a software engineer on the ML team at Kumo.ai and a core contributor to PyTorch Frame and PyTorch Geometric, with prior experience as a maintainer of PyTorch Lightning.
1717

18-
[Register now to join the event](/multi-modal-dl-frame)
18+
[Learn more about the event](/multi-modal-dl-frame)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
category: event
3+
title: "Using PyTorch and DINOv2 for Multi-label Plant Species Classification"
4+
date: March 27
5+
poster: assets/images/pt-dinov2-multi-label-plant-species-classification.png
6+
---
7+
8+
**Date**: March 27th, 12 PM PST
9+
10+
<a href="/pt-dinov2-multi-label-plant-species-classification">
11+
<img style="width:100%" src="/assets/images/pt-dinov2-multi-label-plant-species-classification.png" alt="Using PyTorch and DINOv2 for Multi-label Plant Species Classification">
12+
</a>
13+
14+
Join us for an engaging webinar on our innovative transfer learning approach using self-supervised Vision Transformers (DINOv2) for multi-label plant species classification in the PlantCLEF 2024 challenge. We’ll cover how we efficiently extract feature embeddings from a dataset of 1.4 million images and utilize PyTorch Lightning for model training and Apache Spark for data management. Learn about our image processing techniques, including transforming images into grids of tiles and aggregating predictions to overcome computational challenges. Discover the significant performance improvements achieved and get insights into multi-label image classification. Perfect for PyTorch developers, this session will include a Q&A and access to our complete codebase at [github.com/dsgt-kaggle-clef/plantclef-2024].
15+
16+
Murilo Gustineli is a Senior AI Software Solutions Engineer at Intel, and is currently pursuing a Master’s in Computer Science at Georgia Tech focusing on machine learning. His work involves creating synthetic datasets, fine-tuning large language models, and training multi-modal models using Intel® Gaudi® Al accelerators as part of the Development Enablement team. He is particularly interested in deep learning, information retrieval, and biodiversity research, aiming to improve species identification and support conservation efforts.
17+
18+
[Register now to join the event](/pt-dinov2-multi-label-plant-species-classification)
Loading

multi-modal-dl-frame.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ <h2>Multi-Modal Tabular Deep Learning with PyTorch Frame</h2>
3232
In this talk, Akihiro introduced PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
3333
<br/><br/>
3434
Akihiro Nitta is a software engineer on the ML team at Kumo.ai and a core contributor to PyTorch Frame and PyTorch Geometric, with prior experience as a maintainer of PyTorch Lightning.
35-
<br/><br/>
36-
<strong>Register now to attend this event.</strong>
37-
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/wqmSrhffEigi?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
3835
</p>
3936
</div>
4037
</div>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: default
3+
title: "Using PyTorch and DINOv2 for Multi-label Plant Species Classification"
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /pt-dinov2-multi-label-plant-species-classification
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-10">
12+
<h1>PyTorch Webinars</h1>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="container-fluid light-background-section">
18+
<div class="container">
19+
<div class="row content">
20+
<div class="col-md-10 body-side-text">
21+
<img style="width:100%; max-width:600px; margin-bottom: 40px; display: block; margin-left: auto; margin-right: auto;" src="/assets/images/multi-modal-dl-frame.png" alt="AI-Powered Competitive Programming">
22+
<h2>Using PyTorch and DINOv2 for Multi-label Plant Species Classification</h2>
23+
<p class="lead">
24+
<strong>Date</strong>: March 27th, 12 PM PST
25+
<br/>
26+
<strong>Speaker</strong>: Murilo Gustineli
27+
<br/>
28+
<a href="https://www.youtube.com/live/zPjLHf0X78w?feature=shared">Link to session video</a>
29+
<br/>
30+
<a href="/assets/pytorch-frame-expert-exchange.pdf">Download slides</a>
31+
<br/>
32+
Join us for an engaging webinar on our innovative transfer learning approach using self-supervised Vision Transformers (<a href="https://dinov2.metademolab.com/">DINOv2</a>) for multi-label plant species classification in the PlantCLEF 2024 challenge. We’ll cover how we efficiently extract feature embeddings from a dataset of 1.4 million images and utilize PyTorch Lightning for model training and Apache Spark for data management. Learn about our image processing techniques, including transforming images into grids of tiles and aggregating predictions to overcome computational challenges. Discover the significant performance improvements achieved and get insights into multi-label image classification. Perfect for PyTorch developers, this session will include a Q&A and access to our complete codebase at <a href="https://github.com/dsgt-kaggle-clef/plantclef-2024">github.com/dsgt-kaggle-clef/plantclef-2024</a>.
33+
<br/><br/>
34+
Murilo Gustineli is a Senior AI Software Solutions Engineer at Intel, and is currently pursuing a Master’s in Computer Science at <a href="https://www.gatech.edu/">Georgia Tech</a> focusing on machine learning. His work involves creating synthetic datasets, fine-tuning large language models, and training multi-modal models using Intel® Gaudi® Al accelerators as part of the Development Enablement team. He is particularly interested in deep learning, information retrieval, and biodiversity research, aiming to improve species identification and support conservation efforts. <a href="https://github.com/murilogustineli">Visit Murilo on GitHub</a>.
35+
<br/><br/>
36+
<strong>Register now to attend this event.</strong>
37+
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/n3VHFdzXfCae?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
38+
</p>
39+
</div>
40+
</div>
41+
</div>
42+
</div>

0 commit comments

Comments
 (0)