본문 바로가기

Paper Review20

ICML 2024 reading list (update on 0510) ICML 2024's some diffusion paper (reading list) https://icml.cc/virtual/2024/papers.html ICML 2024 PapersWe use cookies to store which papers have been visited. I agreeicml.cc아직 아카이브에 올라오지 않은 논문도 있는 것 같은데 차차 업데이트 해야겠다.우선은 현재 가장 관심있는 Diffusion / ICL 위주로 골랐다. Diffusion modelshttps://arxiv.org/abs/2310.01110https://openreview.net/pdf?id=7ErllmwXymhttps://arxiv.org/abs/2402.16506https://arxiv.org/ab.. 2024. 5. 10.
Diffusion LM / In-Context Learning 논문 목록 Diffusion LM Structured Denoising Diffusion Models in Discrete State-Spaces (NIPS 2021) Diffusion-LM Improves Controllable Text Generation (NIPS 2022) AR-DIFFUSION: Auto-Regressive Diffusion Model for Text Generation (NIPS 2023) Diffusion Language Models Generation Can Be Halted Early (ACL 2023) Democratized Diffusion Language Model (2024 ICLR reject) Likelihood-Based Diffusion Language Models (.. 2024. 4. 14.
Domain Adaptation 논문 목록 Domain Adaptation tutorial : https://europe.naverlabs.com/eccv-2020-domain-adaptation-tutorial/ ECCV 2020 Domain Adaptation Tutorial Domain adaptation tutorial at ECCV 2020 - videos of all sessions and presentations for download. europe.naverlabs.com paper list Generate To Adapt: Aligning Domains using Generative Adversarial Networks (CVPR 2018) Maximum Classifier Discrepancy for Unsupervised Do.. 2024. 3. 13.
[논문 리뷰] MasaCtrl: Tuning-Free Mutual Self-Attention Control for ConsistentImage Synthesis and Editing (ICCV 2023) arxiv : https://arxiv.org/abs/2304.08465 code : https://github.com/TencentARC/MasaCtrl Before reading 논문 제목을 보고 해당 모델이 어떤 방법론을 바탕으로 할지 가설을 세워봅시다. -> Mutual Self-Attention이 뭘까... 논문의 main figure를 보고 전체 흐름을 유추해봅시다. 이해되지 않는 파트가 있나요? 있다면 미리 표시해두고 집중적으로 읽어봅시다. 1. Introduction 논문이 다루는 task : conditional image generation Input : image + prompt Output : image 해당 task에서 기존 연구 한계점 reference로 주어진(condition.. 2024. 2. 11.
[논문 리뷰] NOISE MAP GUIDANCE: INVERSION WITH SPATIALCONTEXT FOR REAL IMAGE EDITING (ICLR 2024) arxiv : https://openreview.net/pdf?id=mhgm0IXtHw code : https://github.com/hansam95/NMG 1. Introduction 논문이 다루는 task : text guided image editing Input : image Output : (text guidance를 통해 condition된) image 해당 task에서 기존 연구 한계점 DDIM inversion의 image reconstruction은 원래 이미지로 복원하지 못하고, 전혀 다른 이미지로 reconstruct되는 문제점이 있다. (Prompt-to-Prompt에서는 이러한 문제점의 원인이 CFG(classifier free guidance)에 있다고 말한다.) Null Tex.. 2024. 2. 10.
[논문 리뷰] Understanding In-Context Learning in Transformers and LLMs by Learning to Learn Discrete Functions (ICLR 2024 Oral) arxiv : https://arxiv.org/pdf/2310.03016.pdf code : X In-context learning에 대해 나온 논문들 중 엄청 최근에 나온 논문이다. 얼마 전 발표된 ICLR 2024에서 oral paper로 선정되었고, 매주 목요일마다 진행 중인 LLM 스터디에서 내가 발표를 맡기로 해서(고르고 약간 후회했다 ..), 매우 자세하게 리뷰할 예정이다. 아마 이 논문을 완벽하게 이해하면, top-down으로 in-context learning을 공부하는 좋은 스타트가 되지 않을까 생각한다. Before reading 논문 제목을 보고 해당 모델이 어떤 방법론을 바탕으로 할지 가설을 세워봅시다. -> Discrete Function을 학습해 Transformer 및 LLM의.. 2024. 2. 1.