Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pandas 특정 조건 열 제거
- sktime 튜토리얼
- 시계열 라이브러리
- 비선형함수
- sktime
- pytorch 데이터셋 나누기
- Skip connection
- 선형함수 딥러닝
- Graph Theory
- 모델 freeze
- pandas 행 제거
- layer 일부 freeze
- pandas
- molecular representation
- weight 일부 고정
- 경우의 수 파이썬
- EDA 추천 파이썬
- Prompt Tuning for Graph Neural Networks
- 비선형함수 딥러닝
- pandas row 제거
- 일부 레이어 고정
- sktime 예제
- sktime tutorial
- pytorch dataset split
- 판다스 조건
- pandas 조건
- pretraining
- EDA in python
- Does GNN Pretraining Help Molecular Representation?
- python 경우의 수
Archives
- Today
- Total
MoonNote
Pretext task 본문
Generally, computer vision pipelines that employ self-supervised learning involve performing two tasks, a pretext task and a real (downstream) task.
- The real (downstream) task can be anything like classification or detection task, with insufficient annotated data samples.
- The pretext task is the self-supervised learning task solved to learn visual representations, with the aim of using the learned representations or model weights obtained in the process, for the downstream task.
컴퓨터 비전에서 self-supervised learning을 적용한다고 하면, pretext task와 real (downstream) task로 나눌 수 있다.
- downstream task는 충분하지 않은 label data의 classification 또는 detection task 와 같은 해결하고자 하는 어떤 task이고
- pretext task는 downstream task을 위해 학습된 표현 또는 모델의 weight을 사용하는 것을 목표로 visual representations을 학습하기 위해 활용되는 self-supervied learning task이다.
Reference
https://atcold.github.io/pytorch-Deep-Learning/en/week10/10-1/
'Study > Machine Learning' 카테고리의 다른 글
인공지능을 위한 선형대수(선형결합) (0) | 2021.12.07 |
---|---|
Multi-task learning (MTL) (0) | 2021.12.01 |
Shapley Value (0) | 2021.11.29 |
딥러닝에서 비선형 활성화함수를 쓰는 이유? (0) | 2021.11.11 |
sktime (time series 라이브러리) (0) | 2021.11.05 |
Comments