전체 글 7

Chain-of-Zoom: Extreme Super-Resolution via Scale Autoregression and Preference Alignment

ReferencesCoZ, arXiv 2025GithubTerminologiesSingle-image super-resolution (SISR): A task to reconstruct a high-resolution (HR) image from a low-resolution (LR) image. It can be represented as: $p(x_H|x_L)$Autoregressive model: A model that predicts the next value from the previous predictions.Vision-language model (VLM): A model results the output from the image input and the text input.ill-pose..

ML and DL 2025.05.28

Adding Conditional Control to Text-to-Image Diffusion Models (a.k.a. ControlNet)

ReferencesControlNet ICCV2023GithubControlNet at HuggingFaceTerminologiesZero-Initialized Layers: A layer initialized with zero valuesText-to-Image: A task of image generation by input textHyperNetwork: A network to generate the weights for another network or parts of the neural networkAdapter: A module to adapt a pretrained model to other tasks (e.g., CLIP ICML2021, T2I-Adapter AAAI2024)Low-Ran..

ML and DL 2025.05.21

ViT-CoMer: Vision Transformer with Convolutional Multi-scale Feature Interaction for Dense Predictions

ReferencesViT-CoMer CVPR2025 HighlightGithubTerminologiesDense prediction: Object-oriented tasks, including object detection, semantic segmentation, etc.Depth-wise convolution: Each channel of the convolutional filters corresponds to the input dimensionTL;DR - Parallelize the ViT and CNN featuresProposed method: A plain, pretraining-free, and feature-enhanced ViT backbone named ViT-CoMer(a) Visi..

ML and DL 2025.05.20