SlideShare a Scribd company logo
1 of 31
End-to-End Object Detection
with Transformers
DETR
Jaemin Jeong
Seminar
(세미나)
2
•DEtection + TRansformer
•Streamline the detection pipeline.
•Bipartite matching
Introduction
Jaemin Jeong
Seminar
(세미나)
3
Modern Detector : Anchors, Window Centers, Proposals.
-> Complex pipeline
Object detection isn't end-to-end because postprocessing such NMS, Soft NMS
Self Attention
Jaemin Jeong
Seminar
(세미나)
4
The self-attention mechanisms of transformers, which explicitly model all pairwise interactions between elements in a
sequence, make these architectures particularly suitable for specific constraints of set prediction such as removing
duplicate predictions.
https://jalammar.github.io/illustrated-transformer/
Self Attention
Jaemin Jeong
Seminar
(세미나)
5
https://lionbridge.ai/articles/what-are-transformer-models-in-machine-learning/
Multihead Attention & Feed forward
Jaemin Jeong
Seminar
(세미나)
6
https://jalammar.github.io/illustrated-transformer/
Decoder
Jaemin Jeong
Seminar
(세미나)
7
https://lionbridge.ai/articles/what-are-transformer-models-in-machine-learning/
𝑃𝐸(𝑝𝑜𝑠,2𝑖) = sin(𝑝𝑜𝑠
1
100002𝑖/𝑑)
𝑃𝐸(𝑝𝑜𝑠,2𝑖+1) = cos(𝑝𝑜𝑠
1
100002𝑖/𝑑)
𝑃𝑜𝑠𝑖𝑡𝑖𝑜𝑛 𝑘 = sin
𝑝𝑜𝑠
𝑥0
+ cos
𝑝𝑜𝑠
𝑥0
…
Positional Encoding
Jaemin Jeong
Seminar
(세미나)
8
https://inmoonlight.github.io/2020/01/26/Positional-Encoding/
𝑖 ≤
𝑑
2
𝑃𝐸(𝑝𝑜𝑠,2𝑖) = sin
𝑝𝑜𝑠
𝑥
𝑃𝐸(𝑝𝑜𝑠,2𝑖+1) = cos
𝑝𝑜𝑠
𝑥
𝑃𝐸(𝑝𝑜𝑠+𝑘,2𝑖) = sin
𝑝𝑜𝑠 + 𝑘
𝑥
= sin
𝑝𝑜𝑠
𝑥
cos
𝑘
𝑥
+ cos
𝑝𝑜𝑠
𝑥
sin
𝑘
𝑥
= 𝑃𝐸(𝑝𝑜𝑠,2𝑖) cos
𝑘
𝑥
+ cos
𝑝𝑜𝑠
𝑥
sin
𝑘
𝑥
𝑃𝐸(𝑝𝑜𝑠+𝑘,2𝑖+1) = cos
𝑝𝑜𝑠 + 𝑘
𝑥
= cos
𝑝𝑜𝑠
𝑥
cos
𝑘
𝑥
− sin
𝑝𝑜𝑠
𝑥
sin
𝑘
𝑥
= 𝑃𝐸(𝑝𝑜𝑠,2𝑖+1) cos
𝑘
𝑥
− sin
𝑝𝑜𝑠
𝑥
sin
𝑘
𝑥
𝑃𝐸(𝑝𝑜𝑠+𝑘,2𝑖) is linearly function of 𝑃𝐸(𝑝𝑜𝑠,2𝑖)
rule
- The distance between tokens must be constant.
- Position is unique value.
𝑥𝑖 = 100002𝑖/𝑑
DETR
Jaemin Jeong
Seminar
(세미나)
9
DETR
Jaemin Jeong
Seminar
(세미나)
10
• Better performance on large objects.
• Lower performance on small objects.
• Outperform on Panoptic Segmentation.
• Panoptic Segmentaion : Semantic Segmentation + Instance Segmentaion
DETR
Jaemin Jeong
Seminar
(세미나)
11
𝒚 ∶ 𝒈𝒓𝒐𝒖𝒏𝒅 𝒕𝒓𝒖𝒕𝒉 𝒔𝒆𝒕 𝒐𝒇 𝒐𝒃𝒋𝒆𝒄𝒕𝒔
𝒚 𝒚 𝒊=𝟏
𝑵
∶ 𝒔𝒆𝒕 𝒐𝒇 𝑵 𝒑𝒓𝒆𝒅𝒊𝒄𝒕𝒊𝒐𝒏𝒔
𝑳 𝒎𝒂𝒕𝒄𝒉(𝒚𝒊, 𝒚 𝝈(𝒊)) = −𝕝 𝒄 𝒊≠∅ 𝒑 𝝈 𝒊 𝒄𝒊 + 𝕝 𝒄𝒊≠∅ 𝑳 𝒃𝒐𝒙(𝒃𝒊, 𝒃 𝝈 𝒊 )
𝒚𝒊 = (𝒄𝒊, 𝒃𝒊)
𝒃𝒊 = 𝒃𝒐𝒙, 𝒄𝒊 = 𝒄𝒍𝒂𝒔𝒔
𝝈 𝒊 = 𝒊𝒏𝒅𝒆𝒙
𝝈 ∶ 𝒂𝒓𝒈𝒎𝒊𝒏 𝝈∈𝕾 𝑵 𝒊
𝑵
𝑳 𝒎𝒂𝒕𝒄𝒉(𝒚𝒊, 𝒚 𝝈(𝒊))
𝒑 𝝈 𝒊 𝒄𝒊 = 𝒑𝒓𝒆𝒅𝒊𝒄𝒕𝒊𝒐𝒏 𝒑𝒓𝒐𝒃𝒂𝒃𝒊𝒍𝒊𝒕𝒚 𝒐𝒇 𝒄𝒊
𝑳 𝑯𝒖𝒏𝒈𝒂𝒓𝒊𝒂𝒏 𝒚, 𝒚 = 𝒊=𝟏
𝑵
−𝒍𝒐𝒈 𝒑 𝝈 𝒊 𝒄𝒊 + 𝕝 𝒄 𝒊≠∅ 𝑳 𝒃𝒐𝒙(𝒃𝒊, 𝒃 𝝈 𝒊 )
𝑳 𝒃𝒐𝒙 𝒃𝒊, 𝒃 𝝈 𝒊 = 𝝀𝒊𝒐𝒖 𝑳𝒊𝒐𝒖 𝒃𝒊, 𝒃 𝝈 𝒊 + 𝝀 𝑳𝟏||𝒃𝒊 − 𝒃 𝝈 𝒊 || 𝟏
𝑖𝑓 𝑐𝑖 = ∅, down-weight the log-probability term
by a factor 10 to account for class imbalance.
https://www.vivekkalyan.com/end-to-end-object-detection-with-transformers
DETR
Jaemin Jeong
Seminar
(세미나)
12
Two ingredients are essential for direct set predictions in detection
1. a set prediction loss that forces unique matching between predicted and ground truth boxes.
2. an architecture that predicts (in a single pass) a set of objects and models their relation.
DETR
Jaemin Jeong
Seminar
(세미나)
13
What are object queries??
Jaemin Jeong
Seminar
(세미나)
14
Object queries are the input of the decoder.
Learnt embeddings
We use 100 of them
No built-in geometric prior
Backbone
Jaemin Jeong
Seminar
(세미나)
15
𝒙𝒊𝒎𝒈 = 𝟑 × 𝑯 𝟎 × 𝑾 𝟎
𝑩𝒂𝒄𝒌𝒃𝒐𝒏𝒆 𝒐𝒖𝒕𝒑𝒖𝒕 𝒇𝒆𝒂𝒕𝒖𝒓𝒆 𝒎𝒂𝒑 ∶ 𝑪 × 𝑯 × 𝑾
𝑪 = 𝟐𝟎𝟒𝟖, 𝑯 =
𝑯 𝟎
𝟑𝟐
, 𝑾 =
𝑾 𝟎
𝟑𝟐
𝑪 → 𝒅
𝒏𝒆𝒘 𝒇𝒆𝒂𝒕𝒖𝒓𝒆 𝒎𝒂𝒑 ∶ 𝒅 × 𝑯 × 𝑾
𝒓𝒆𝒔𝒉𝒂𝒑𝒆 ∶ 𝒅 × 𝑯𝑾
Experiments
Jaemin Jeong
Seminar
(세미나)
16
Optimizer : AdamW
Transformer Learning rate : 10−4
Backbone Learning rate : 10−5
Weight Initialization : Xavier init
Backbone : Imagenet-pretrained Resnet (torchvision), Frozen batchnorm layers
DETR : Resnet 50
DETR-R101 : Resnet 101
DETR-DC5 : we also increase the feature resolution by adding a dilation to the last stage of the backbone and removing a stride from the first convolution of this stage.
Data Augmentation Dropout : 0.1
Epoch : 300 [200 : lr * 0.1]
16 V100 GPUs 3day 4 images per GPU
Faster RCNN
Epoch : 500 [400 : lr * 0.1]
Jaemin Jeong
Seminar
(세미나)
17
Num of encoder layers
Jaemin Jeong
Seminar
(세미나)
18
Selected
6 transformer
6 decoder layers of width 256 with 8 attention heads
AP_L +7.8
AP_s - 5.5
Jaemin Jeong
Seminar
(세미나)
19
In Figure 3, we visualize the attention maps of the last encoder layer of a trained model, focusing on a few points in the image.
The encoder seems to separate instances already, which likely simplifies object extraction and localization for the decoder.
Number of decoder layers
Jaemin Jeong
Seminar
(세미나)
20
This can be explained by the fact that a
single decoding layer of the transformer is
not able to compute any cross-correlations
between the output elements, and thus it is
prone to making multiple predictions for
the same object.
Importance of FFN
Jaemin Jeong
Seminar
(세미나)
21
Remove FFN -> Performance drops by 2.3 AP
Importance of positional encodings
Jaemin Jeong
Seminar
(세미나)
22
none : none
at input : 입력에 한번
at attn : 매번
sine : fixed sine pos
learned : learnable
Loss ablations
Jaemin Jeong
Seminar
(세미나)
23
Analysis - Decoder output slot analysis
Jaemin Jeong
Seminar
(세미나)
24
Analysis - Generalization to unseen numbers of instances
Jaemin Jeong
Seminar
(세미나)
25
Panoptic segmentation
Jaemin Jeong
Seminar
(세미나)
26
Panoptic segmentation
Jaemin Jeong
Seminar
(세미나)
27
https://youtu.be/utxbUlo9CyY?t=450
Training
Jaemin Jeong
Seminar
(세미나)
28
Freeze all the weights and train only the mask head for 25 epochs
Panoptic segmentation
Jaemin Jeong
Seminar
(세미나)
29
PQ : Panoptic Quality
Jaemin Jeong
Seminar
(세미나)
30
Jaemin Jeong
Seminar
(세미나)
31

More Related Content

What's hot

2022-01-17-Rethinking_Bisenet.pptx
2022-01-17-Rethinking_Bisenet.pptx2022-01-17-Rethinking_Bisenet.pptx
2022-01-17-Rethinking_Bisenet.pptxJAEMINJEONG5
 
Locating texture boundaries using a fast unsupervised approach based on clust...
Locating texture boundaries using a fast unsupervised approach based on clust...Locating texture boundaries using a fast unsupervised approach based on clust...
Locating texture boundaries using a fast unsupervised approach based on clust...Mehryar (Mike) E., Ph.D.
 
2021 03-02-transformer interpretability
2021 03-02-transformer interpretability2021 03-02-transformer interpretability
2021 03-02-transformer interpretabilityJAEMINJEONG5
 
5. gray level transformation
5. gray level transformation5. gray level transformation
5. gray level transformationMdFazleRabbi18
 
2021 01-04-learning filter-basis
2021 01-04-learning filter-basis2021 01-04-learning filter-basis
2021 01-04-learning filter-basisJAEMINJEONG5
 
Distributed Deep Q-Learning
Distributed Deep Q-LearningDistributed Deep Q-Learning
Distributed Deep Q-LearningLyft
 
Efficient anomaly detection via matrix sketching
Efficient anomaly detection via matrix sketchingEfficient anomaly detection via matrix sketching
Efficient anomaly detection via matrix sketchingHsing-chuan Hsieh
 
Multimedia communication jpeg
Multimedia communication jpegMultimedia communication jpeg
Multimedia communication jpegDr. Kapil Gupta
 
Introduction to Grad-CAM (short version)
Introduction to Grad-CAM (short version)Introduction to Grad-CAM (short version)
Introduction to Grad-CAM (short version)Hsing-chuan Hsieh
 
Dct,gibbs phen,oversampled adc,polyphase decomposition
Dct,gibbs phen,oversampled adc,polyphase decompositionDct,gibbs phen,oversampled adc,polyphase decomposition
Dct,gibbs phen,oversampled adc,polyphase decompositionMuhammad Younas
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standardsMazin Alwaaly
 
Lecture 17 Image Enhancement Process in Image Processing
Lecture 17 Image Enhancement Process in Image ProcessingLecture 17 Image Enhancement Process in Image Processing
Lecture 17 Image Enhancement Process in Image ProcessingVARUN KUMAR
 
Post processing of jpeg image using MLP
Post processing of jpeg image using MLP Post processing of jpeg image using MLP
Post processing of jpeg image using MLP Data Fok
 
Jpeg image compression using discrete cosine transform a survey
Jpeg image compression using discrete cosine transform   a surveyJpeg image compression using discrete cosine transform   a survey
Jpeg image compression using discrete cosine transform a surveyIJCSES Journal
 
DCT image compression
DCT image compressionDCT image compression
DCT image compressionyoussef ramzy
 
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...Ryo Takahashi
 
//STEIM Workshop: A Vernacular of File Formats
//STEIM Workshop: A Vernacular of File Formats//STEIM Workshop: A Vernacular of File Formats
//STEIM Workshop: A Vernacular of File FormatsRosa ɯǝukɯɐn
 

What's hot (20)

2022-01-17-Rethinking_Bisenet.pptx
2022-01-17-Rethinking_Bisenet.pptx2022-01-17-Rethinking_Bisenet.pptx
2022-01-17-Rethinking_Bisenet.pptx
 
Locating texture boundaries using a fast unsupervised approach based on clust...
Locating texture boundaries using a fast unsupervised approach based on clust...Locating texture boundaries using a fast unsupervised approach based on clust...
Locating texture boundaries using a fast unsupervised approach based on clust...
 
2021 03-02-transformer interpretability
2021 03-02-transformer interpretability2021 03-02-transformer interpretability
2021 03-02-transformer interpretability
 
5. gray level transformation
5. gray level transformation5. gray level transformation
5. gray level transformation
 
2021 01-04-learning filter-basis
2021 01-04-learning filter-basis2021 01-04-learning filter-basis
2021 01-04-learning filter-basis
 
Distributed Deep Q-Learning
Distributed Deep Q-LearningDistributed Deep Q-Learning
Distributed Deep Q-Learning
 
Jpeg compression
Jpeg compressionJpeg compression
Jpeg compression
 
Efficient anomaly detection via matrix sketching
Efficient anomaly detection via matrix sketchingEfficient anomaly detection via matrix sketching
Efficient anomaly detection via matrix sketching
 
Multimedia communication jpeg
Multimedia communication jpegMultimedia communication jpeg
Multimedia communication jpeg
 
Introduction to Grad-CAM (short version)
Introduction to Grad-CAM (short version)Introduction to Grad-CAM (short version)
Introduction to Grad-CAM (short version)
 
JPEG
JPEGJPEG
JPEG
 
Dct,gibbs phen,oversampled adc,polyphase decomposition
Dct,gibbs phen,oversampled adc,polyphase decompositionDct,gibbs phen,oversampled adc,polyphase decomposition
Dct,gibbs phen,oversampled adc,polyphase decomposition
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standards
 
Lecture 17 Image Enhancement Process in Image Processing
Lecture 17 Image Enhancement Process in Image ProcessingLecture 17 Image Enhancement Process in Image Processing
Lecture 17 Image Enhancement Process in Image Processing
 
Post processing of jpeg image using MLP
Post processing of jpeg image using MLP Post processing of jpeg image using MLP
Post processing of jpeg image using MLP
 
Jpeg image compression using discrete cosine transform a survey
Jpeg image compression using discrete cosine transform   a surveyJpeg image compression using discrete cosine transform   a survey
Jpeg image compression using discrete cosine transform a survey
 
DCT image compression
DCT image compressionDCT image compression
DCT image compression
 
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic...
 
//STEIM Workshop: A Vernacular of File Formats
//STEIM Workshop: A Vernacular of File Formats//STEIM Workshop: A Vernacular of File Formats
//STEIM Workshop: A Vernacular of File Formats
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 

Similar to 2020 12-2-detr

Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...
Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...
Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...MLconf
 
PEEC based electromagnetic simulator
PEEC based electromagnetic simulator PEEC based electromagnetic simulator
PEEC based electromagnetic simulator Swapnil Gaul
 
Object Tracking with Instance Matching and Online Learning
Object Tracking with Instance Matching and Online LearningObject Tracking with Instance Matching and Online Learning
Object Tracking with Instance Matching and Online LearningJui-Hsin (Larry) Lai
 
Restricting the Flow: Information Bottlenecks for Attribution
Restricting the Flow: Information Bottlenecks for AttributionRestricting the Flow: Information Bottlenecks for Attribution
Restricting the Flow: Information Bottlenecks for Attributiontaeseon ryu
 
Rethinking Attention with Performers
Rethinking Attention with PerformersRethinking Attention with Performers
Rethinking Attention with PerformersJoonhyung Lee
 
Detection focal loss 딥러닝 논문읽기 모임 발표자료
Detection focal loss 딥러닝 논문읽기 모임 발표자료Detection focal loss 딥러닝 논문읽기 모임 발표자료
Detection focal loss 딥러닝 논문읽기 모임 발표자료taeseon ryu
 
220206 transformer interpretability beyond attention visualization
220206 transformer interpretability beyond attention visualization220206 transformer interpretability beyond attention visualization
220206 transformer interpretability beyond attention visualizationtaeseon ryu
 
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...m.a.kirn
 
Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Mohan Kashyap
 
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARN
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARNMLConf 2013: Metronome and Parallel Iterative Algorithms on YARN
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARNJosh Patterson
 
Josh Patterson MLconf slides
Josh Patterson MLconf slidesJosh Patterson MLconf slides
Josh Patterson MLconf slidesMLconf
 
End-to-End Object Detection with Transformers
End-to-End Object Detection with TransformersEnd-to-End Object Detection with Transformers
End-to-End Object Detection with TransformersSeunghyun Hwang
 
Hardware Acceleration for Machine Learning
Hardware Acceleration for Machine LearningHardware Acceleration for Machine Learning
Hardware Acceleration for Machine LearningCastLabKAIST
 

Similar to 2020 12-2-detr (20)

Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...
Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...
Le Song, Assistant Professor, College of Computing, Georgia Institute of Tech...
 
2021 04-01-dalle
2021 04-01-dalle2021 04-01-dalle
2021 04-01-dalle
 
PEEC based electromagnetic simulator
PEEC based electromagnetic simulator PEEC based electromagnetic simulator
PEEC based electromagnetic simulator
 
Lesson 39
Lesson 39Lesson 39
Lesson 39
 
AI Lesson 39
AI Lesson 39AI Lesson 39
AI Lesson 39
 
Object Tracking with Instance Matching and Online Learning
Object Tracking with Instance Matching and Online LearningObject Tracking with Instance Matching and Online Learning
Object Tracking with Instance Matching and Online Learning
 
Restricting the Flow: Information Bottlenecks for Attribution
Restricting the Flow: Information Bottlenecks for AttributionRestricting the Flow: Information Bottlenecks for Attribution
Restricting the Flow: Information Bottlenecks for Attribution
 
Rethinking Attention with Performers
Rethinking Attention with PerformersRethinking Attention with Performers
Rethinking Attention with Performers
 
Data analytics concepts
Data analytics conceptsData analytics concepts
Data analytics concepts
 
Detection focal loss 딥러닝 논문읽기 모임 발표자료
Detection focal loss 딥러닝 논문읽기 모임 발표자료Detection focal loss 딥러닝 논문읽기 모임 발표자료
Detection focal loss 딥러닝 논문읽기 모임 발표자료
 
220206 transformer interpretability beyond attention visualization
220206 transformer interpretability beyond attention visualization220206 transformer interpretability beyond attention visualization
220206 transformer interpretability beyond attention visualization
 
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...
Using Machine Learning to Measure the Cross Section of Top Quark Pairs in the...
 
Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning
 
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARN
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARNMLConf 2013: Metronome and Parallel Iterative Algorithms on YARN
MLConf 2013: Metronome and Parallel Iterative Algorithms on YARN
 
Josh Patterson MLconf slides
Josh Patterson MLconf slidesJosh Patterson MLconf slides
Josh Patterson MLconf slides
 
sol43.pdf
sol43.pdfsol43.pdf
sol43.pdf
 
All projects
All projectsAll projects
All projects
 
End-to-End Object Detection with Transformers
End-to-End Object Detection with TransformersEnd-to-End Object Detection with Transformers
End-to-End Object Detection with Transformers
 
Hardware Acceleration for Machine Learning
Hardware Acceleration for Machine LearningHardware Acceleration for Machine Learning
Hardware Acceleration for Machine Learning
 
DNN and RBM
DNN and RBMDNN and RBM
DNN and RBM
 

More from JAEMINJEONG5

Jaemin_230701_Simple_Copy_paste.pptx
Jaemin_230701_Simple_Copy_paste.pptxJaemin_230701_Simple_Copy_paste.pptx
Jaemin_230701_Simple_Copy_paste.pptxJAEMINJEONG5
 
2021 04-04-google nmt
2021 04-04-google nmt2021 04-04-google nmt
2021 04-04-google nmtJAEMINJEONG5
 
2021 03-02-distributed representations-of_words_and_phrases
2021 03-02-distributed representations-of_words_and_phrases2021 03-02-distributed representations-of_words_and_phrases
2021 03-02-distributed representations-of_words_and_phrasesJAEMINJEONG5
 
2021 03-01-on the relationship between self-attention and convolutional layers
2021 03-01-on the relationship between self-attention and convolutional layers2021 03-01-on the relationship between self-attention and convolutional layers
2021 03-01-on the relationship between self-attention and convolutional layersJAEMINJEONG5
 
2021 01-02-linformer
2021 01-02-linformer2021 01-02-linformer
2021 01-02-linformerJAEMINJEONG5
 
2020 12-04-shake shake
2020 12-04-shake shake2020 12-04-shake shake
2020 12-04-shake shakeJAEMINJEONG5
 
2020 11 2_automated sleep stage scoring of the sleep heart
2020 11 2_automated sleep stage scoring of the sleep heart2020 11 2_automated sleep stage scoring of the sleep heart
2020 11 2_automated sleep stage scoring of the sleep heartJAEMINJEONG5
 
2020 11 1_sleep_net
2020 11 1_sleep_net2020 11 1_sleep_net
2020 11 1_sleep_netJAEMINJEONG5
 
2020 11 3_face_detection
2020 11 3_face_detection2020 11 3_face_detection
2020 11 3_face_detectionJAEMINJEONG5
 
white blood cell classification
white blood cell classificationwhite blood cell classification
white blood cell classificationJAEMINJEONG5
 

More from JAEMINJEONG5 (10)

Jaemin_230701_Simple_Copy_paste.pptx
Jaemin_230701_Simple_Copy_paste.pptxJaemin_230701_Simple_Copy_paste.pptx
Jaemin_230701_Simple_Copy_paste.pptx
 
2021 04-04-google nmt
2021 04-04-google nmt2021 04-04-google nmt
2021 04-04-google nmt
 
2021 03-02-distributed representations-of_words_and_phrases
2021 03-02-distributed representations-of_words_and_phrases2021 03-02-distributed representations-of_words_and_phrases
2021 03-02-distributed representations-of_words_and_phrases
 
2021 03-01-on the relationship between self-attention and convolutional layers
2021 03-01-on the relationship between self-attention and convolutional layers2021 03-01-on the relationship between self-attention and convolutional layers
2021 03-01-on the relationship between self-attention and convolutional layers
 
2021 01-02-linformer
2021 01-02-linformer2021 01-02-linformer
2021 01-02-linformer
 
2020 12-04-shake shake
2020 12-04-shake shake2020 12-04-shake shake
2020 12-04-shake shake
 
2020 11 2_automated sleep stage scoring of the sleep heart
2020 11 2_automated sleep stage scoring of the sleep heart2020 11 2_automated sleep stage scoring of the sleep heart
2020 11 2_automated sleep stage scoring of the sleep heart
 
2020 11 1_sleep_net
2020 11 1_sleep_net2020 11 1_sleep_net
2020 11 1_sleep_net
 
2020 11 3_face_detection
2020 11 3_face_detection2020 11 3_face_detection
2020 11 3_face_detection
 
white blood cell classification
white blood cell classificationwhite blood cell classification
white blood cell classification
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

2020 12-2-detr