paper-with-me

홈 › Papers

Self-Supervised Transformers as Iterative Solution Improvers for Constraint Satisfaction

2025-02-18 · Yudong W. Xu, Wenhao Li, Scott Sanner, Elias B. Khalil

We present a Transformer-based framework for Constraint Satisfaction Problems (CSPs). CSPs find use in many applications and thus accelerating their solution with machine learning is of wide interest. Most existing approaches rely on supervised learning from feasible solutions or reinforcement learning, paradigms that require either feasible solutions to these NP-Complete CSPs or large training budgets and a complex expert-designed reward signal. To address these challenges, we propose ConsFormer, a self-supervised framework that leverages a Transformer as a solution refiner. ConsFormer constructs a solution to a CSP iteratively in a process that mimics local search. Instead of using feasible solutions as labeled data, we devise differentiable approximations to the discrete constraints of a CSP to guide model training. Our model is trained to improve random assignments for a single step but is deployed iteratively at test time, circumventing the bottlenecks of supervised and reinforcement learning. Experiments on Sudoku, Graph Coloring, Nurse Rostering, and MAXCUT demonstrate that our method can tackle out-of-distribution CSPs simply through additional iterations.

📄 PDF Abstract BibTeX arXiv:2502.15794

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Self-supervised pretraining for an iterative image size agnostic vision transformer

2026-04-22 · Nedyalko Prisadnikov, Danda Pani Paudel, Yuqian Fu, Luc Van Gool arxiv

Vision Transformers (ViTs) dominate self-supervised learning (SSL). While they have proven highly effective for large-scale pretraining, they are computationally inefficient and scale poorly with image size. Consequently…

Self-Supervised Learning

Entropy Reveals Block Importance in Masked Self-Supervised Vision Transformers

2026-02-03 · Peihao Xiang, Kaida Wu, Ou Bai arxiv

Masked self-supervised vision transformers have become a dominant pretraining paradigm, yet their substantial model size poses significant challenges for resource-constrained deployment and efficient transfer learning. A…

Transfer LearningModel Compression

Vision Transformers Need Registers

2023-09-28 · Timothée Darcet, Maxime Oquab, Julien Mairal, Piotr Bojanowski

Transformers have recently emerged as a powerful tool for learning visual representations. In this paper, we identify and characterize artifacts in feature maps of both supervised and self-supervised ViT networks. The ar…

Object DiscoverySelf-Supervised Image Classification

Transformers in Self-Supervised Monocular Depth Estimation with Unknown Camera Intrinsics

2022-02-07 · Arnav Varma, Hemang Chawla, Bahram Zonooz, Elahe Arani

The advent of autonomous driving and advanced driver assistance systems necessitates continuous developments in computer vision for 3D scene understanding. Self-supervised monocular depth estimation, a method for pixel-w…

Autonomous DrivingDepth EstimationDepth Predictionimage-classification+3

Self-Supervised Vision Transformers Are Efficient Segmentation Learners for Imperfect Labels

2024-01-23 · Seungho Lee, Seoungyoon Kang, Hyunjung Shim

This study demonstrates a cost-effective approach to semantic segmentation using self-supervised vision transformers (SSVT). By freezing the SSVT backbone and training a lightweight segmentation head, our approach effect…

Language ModelingLanguage ModellingSegmentationSemantic Segmentation