paper-with-me

Papers

SD-DiT: Unleashing the Power of Self-supervised Discrimination in Diffusion Transformer

2024-03-25 · CVPR 2024 1 · Rui Zhu, Yingwei Pan, Yehao Li, Ting Yao, Zhenglong Sun, Tao Mei, Chang Wen Chen

Diffusion Transformer (DiT) has emerged as the new trend of generative diffusion models on image generation. In view of extremely slow convergence in typical DiT, recent breakthroughs have been driven by mask strategy that significantly improves the training efficiency of DiT with additional intra-image contextual learning. Despite this progress, mask strategy still suffers from two inherent limitations: (a) training-inference discrepancy and (b) fuzzy relations between mask reconstruction & generative diffusion process, resulting in sub-optimal training of DiT. In this work, we address these limitations by novelly unleashing the self-supervised discrimination knowledge to boost DiT training. Technically, we frame our DiT in a teacher-student manner. The teacher-student discriminative pairs are built on the diffusion noises along the same Probability Flow Ordinary Differential Equation (PF-ODE). Instead of applying mask reconstruction loss over both DiT encoder and decoder, we decouple DiT encoder and decoder to separately tackle discriminative and generative objectives. In particular, by encoding discriminative pairs with student and teacher DiT encoders, a new discriminative loss is designed to encourage the inter-image alignment in the self-supervised embedding space. After that, student samples are fed into student DiT decoder to perform the typical generative diffusion task. Extensive experiments are conducted on ImageNet dataset, and our method achieves a competitive balance between training cost and generative capacity.

📄 PDF Abstract BibTeX arXiv:2403.17004

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Instance and Category Supervision are Alternate Learners for Continual Learning

2023-01-01 · ICCV 2023 1 · Xudong Tian, Zhizhong Zhang, Xin Tan, Jun Liu 외

Continual Learning (CL) is the constant development of complex behaviors by building upon previously acquired skills. Yet, current CL algorithms tend to incur class-level forgetting as the label information is often …

Continual LearningSelf-Supervised Learning

Iterative Graph Self-Distillation

2020-10-23 · HANLIN ZHANG, Shuai Lin, Weiyang Liu, Pan Zhou 외

Recently, there has been increasing interest in the challenge of how to discriminatively vectorize graphs. To address this, we propose a method called Iterative Graph Self-Distillation (IGSD) which learns graph-level rep…

Contrastive LearningGraph LearningKnowledge Distillation

Fusion-SSAT: Unleashing the Potential of Self-supervised Auxiliary Task by Feature Fusion for Generalized Deepfake Detection

2026-01-02 · Shukesh Reddy, Srijan Das, Abhijit Das arxiv

In this work, we attempted to unleash the potential of self-supervised learning as an auxiliary task that can optimise the primary task of generalised deepfake detection. To explore this, we examined different combinatio…

Self-Supervised LearningDeepFake Detection

Pairwise Half-graph Discrimination: A Simple Graph-level Self-supervised Strategy for Pre-training Graph Neural Networks

2021-10-26 · Pengyong Li, Jun Wang, Ziliang Li, Yixuan Qiao 외

Self-supervised learning has gradually emerged as a powerful technique for graph representation learning. However, transferable, generalizable, and robust representation learning on graph data still remains a challenge f…

Binary ClassificationGraph ClassificationGraph Neural NetworkGraph Representation Learning+2

FSFM: A Generalizable Face Security Foundation Model via Self-Supervised Facial Representation Learning

2024-12-16 · CVPR 2025 1 · Gaojian Wang, Feng Lin, Tong Wu, Zhenguang Liu 외

This work asks: with abundant, unlabeled real faces, how to learn a robust and transferable facial representation that boosts various face security tasks with respect to generalization performance? We make the first atte…

DeepFake Detectiondiffusion-generated faces detectionFace Anti-SpoofingFace Swapping+4