딥러닝 학습 시 모델 불균형

<논문>

[1901.05555] Class-Balanced Loss Based on Effective Number of Samples (arxiv.org)

 

Class-Balanced Loss Based on Effective Number of Samples

With the rapid increase of large-scale, real-world datasets, it becomes critical to address the problem of long-tailed data distribution (i.e., a few classes account for most of the data, while most classes are under-represented). Existing solutions typica

arxiv.org

<리뷰>

[논문 읽기] Class-Balanced Loss(2019), Class-Balanced Loss Based on Effective Number of Samples (tistory.com)

 

[논문 읽기] Class-Balanced Loss(2019), Class-Balanced Loss Based on Effective Number of Samples

 안녕하세요, 오늘 읽은 논문은 Class-Balanced Loss Based on Effective Number of Sample 입니다.  Class-Balanced Loss는 long-tailed data set에서 class imbalance 문제를 해결하기 위해 제안되었습니다. ..

deep-learning-study.tistory.com

 

[CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples - yjchoi-95 (gitbook.io)

 

[CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples - yjchoi-95

간단한 예로, 1부터 10까지 5번 복원 추출을 진행했을 때 [1,8,2,9,3]이 추출될 경우 sample size와 effective number는 모두 5이다. 반면 [1,1,2,2,3]이 추출될 경우 sample size는 5이지만 effective number는 3으로 계산

yjchoi-95.gitbook.io

 

<code>

GitHub - richardaecn/class-balanced-loss: Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019

 

GitHub - richardaecn/class-balanced-loss: Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019

Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019 - GitHub - richardaecn/class-balanced-loss: Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019

github.com

공식

 

 

 

GitHub - vandit15/Class-balanced-loss-pytorch: Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Number of Samples"

 

GitHub - vandit15/Class-balanced-loss-pytorch: Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Numbe

Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Number of Samples" - GitHub - vandit15/Class-balanced-loss-pytorch: Pytorch implementation of the paper "C...

github.com

 

GitHub - yjchoi-95/Class-Balanced-Loss-tf2.1: [CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples, 구현

 

GitHub - yjchoi-95/Class-Balanced-Loss-tf2.1: [CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples, 구현

[CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples, 구현 - GitHub - yjchoi-95/Class-Balanced-Loss-tf2.1: [CVPR 2019] Class-Balanced Loss Based on Effective Number of Samples, 구현

github.com

 

https://github.com/statsu1990/yoto_class_balanced_loss

 

GitHub - statsu1990/yoto_class_balanced_loss: Unofficial implementation of YOTO (You Only Train Once) applied to Class balanced

Unofficial implementation of YOTO (You Only Train Once) applied to Class balanced loss - GitHub - statsu1990/yoto_class_balanced_loss: Unofficial implementation of YOTO (You Only Train Once) applie...

github.com

>>활용?

https://github.com/EMUNES/pytorch-made-class-balanced-loss

 

GitHub - EMUNES/pytorch-made-class-balanced-loss: A ready-to-use & class-based-module for directly implementation of class balan

A ready-to-use & class-based-module for directly implementation of class balanced loss in pytorch - GitHub - EMUNES/pytorch-made-class-balanced-loss: A ready-to-use & class-based-module for...

github.com

 

>>실제 잘 섯다고함

 usage까지 있음 다만 코드를 좀 고침