← Search

Yafeng Yin

19 accepted papers

2026

Learning Effective Sign Features without Text for Gloss-free Sign Language Translation

CVPR 2026

Self-supervised learning (SSL) has achieved remarkable success across both NLP and CV domains. However, sign language translation (SLT) models still heavily rely on gloss annotations in gloss-based SLT or text annotations in gloss-free SLT (GFSLT) during pretraining, aiming to ensure that the backbo

Cited by 0SourceScholar
2026

Multi-Label Test-Time Adaptation with Bayesian Conditional Priors

ICML 2026poster

Vision--language models such as CLIP have shown strong zero-shot performance, but their reliability degrades in realistic multi-label settings under distribution shift. Standard test-time adaptation (TTA) methods either rely on costly gradient-based updates or adopt lightweight statistical schemes t…

Cited by 0SourceScholar
2026

RegionMarker: A Region-Triggered Semantic Watermarking Framework for Embedding-as-a-Service Copyright Protection

AAAI 2026technical

Embedding-as-a-Service (EaaS) is an effective and convenient deployment solution for addressing various NLP tasks. Nevertheless, recent research has shown that EaaS is vulnerable to model extraction attacks, which could lead to significant economic losses for model providers. For copyright protectio

Cited by 0SourcePDFScholar
2026

Rethinking BCE Loss for Multi-Label Image Recognition with Fine-Tuning

CVPR 2026

Fine-tuning vision-language models such as CLIP has become the mainstream paradigm for multi-label image recognition, and prompt tuning is widely adopted due to its lightweight parameter cost and strong transferability. However, we find that when these methods use Binary Cross-entropy as the supervi

Cited by 0SourceScholar
2026

ScaleErasure: Inference-Time Minimal Intervention for Precise Concept Erasure in Next-Scale Autoregressive Image Generation

ICML 2026poster

Concept erasure aims to prevent image generative models from producing unsafe content while preserving their general generative capability. Meanwhile, next-scale autoregressive (AR) image generation has recently emerged as a new generative paradigm characterized by next-scale prediction, for which c…

Cited by 0SourceScholar
2026

SignPR: A Progressive Vector-Quantized Diffusion Framework for Sign Language Production

CVPR 2026

Sign language production aims to generate sign sequences from spoken language, where the generation of sign pose sequences from text is often treated as a significant task. However, due to the differences in grammatical rules and modalities between sign language pose sequences and spoken language te

Cited by 0SourceScholar
2025

Advanced Sign Language Video Generation with Compressed and Quantized Multi-Condition Tokenization

NeurIPS 2025spotlight

Sign Language Video Generation (SLVG) seeks to generate identity-preserving sign language videos from spoken language texts. Existing methods primarily rely on the single coarse condition (e.g., skeleton sequences) as the intermediary to bridge the translation model and the video generation model, w…

Cited by 0SourcecodeScholar
2025

Contrastive Prompting Enhances Sentence Embeddings in LLMs through Inference-Time Steering

ACL 2025long

Extracting sentence embeddings from large language models (LLMs) is a practical direction, as it requires neither additional data nor fine-tuning. Previous studies usually focus on prompt engineering to guide LLMs to encode the core semantic information of the sentence into the embedding of the last…

2025

Implicit Location-Caption Alignment via Complementary Masking for Weakly-Supervised Dense Video Captioning

AAAI 2025technical

Weakly-Supervised Dense Video Captioning (WSDVC) aims to localize and describe all events of interest in a video without requiring annotations of event boundaries. This setting poses a great challenge in accurately locating the temporal location of event, as the relevant supervision is unavailable.…

2025

MixSignGraph: A Sign Sequence is Worth Mixed Graphs of Nodes

NeurIPS 2025poster

Recent advances in sign language research have benefited from CNN-based backbones, which are primarily transferred from traditional computer vision tasks (\eg object detection, image recognition). However, these CNN-based backbones usually excel at extracting features like contours and texture, but…

Cited by 0SourcecodeScholar
2025

Multi-Prompting Decoder Helps Better Language Understanding

ACL 2025finding

Recent large Pre-trained Language Models (PLMs) usually only provide users with the inference APIs, namely the emerging Model-as-a-Service (MaaS) setting. To adapt MaaS PLMs to downstream tasks without accessing their parameters and gradients, some existing methods focus on the output-side adaptatio…

Cited by 0SourcePDFScholar
2025

Steering When Necessary: Flexible Steering Large Language Models with Backtracking

NeurIPS 2025poster

Large language models (LLMs) have achieved remarkable performance across many generation tasks. Nevertheless, effectively aligning them with desired behaviors remains a significant challenge. Activation steering is an effective and cost-efficient approach that directly modifies the activations of LL…

Cited by 0SourcecodeScholar
2025

Token Prepending: A Training-Free Approach for Eliciting Better Sentence Embeddings from LLMs

ACL 2025long

Extracting sentence embeddings from large language models (LLMs) is a promising direction, as LLMs have demonstrated stronger semantic understanding capabilities. Previous studies typically focus on prompt engineering to elicit sentence embeddings from LLMs by prompting the model to encode sentence…

Cited by 0SourcePDFScholar
2024

SignGraph: A Sign Sequence is Worth Graphs of Nodes

CVPR 2024poster

Despite the recent success of sign language research the widely adopted CNN-based backbones are mainly migrated from other computer vision tasks in which the contours and texture of objects are crucial for identifying objects. They usually treat sign frames as grids and may fail to capture effecti…

2023

Aggregating Multiple Heuristic Signals as Supervision for Unsupervised Automated Essay Scoring

ACL 2023long

Automated Essay Scoring (AES) aims to evaluate the quality score for input essays. In this work, we propose a novel unsupervised AES approach ULRA, which does not require groundtruth scores of essays for training. The core idea of our ULRA is to use multiple heuristic quality signals as the pseudo-g…

2023

Contrastive Learning for Sign Language Recognition and Translation

IJCAI 2023poster

There are two problems that widely exist in current end-to-end sign language processing architecture. One is the CTC spike phenomenon which weakens the visual representational ability in Continuous Sign Language Recognition (CSLR). The other one is the exposure bias problem which leads to the accumu…

Cited by 12SourcePDFScholar
2023

Controlling Class Layout for Deep Ordinal Classification via Constrained Proxies Learning

AAAI 2023technical

For deep ordinal classification, learning a well-structured feature space specific to ordinal classification is helpful to properly capture the ordinal nature among classes. Intuitively, when Euclidean distance metric is used, an ideal ordinal layout in feature space would be that the sample cluster…

2023

Improving Domain Generalization for Prompt-Aware Essay Scoring via Disentangled Representation Learning

ACL 2023long

Automated Essay Scoring (AES) aims to score essays written in response to specific prompts. Many AES models have been proposed, but most of them are either prompt-specific or prompt-adaptive and cannot generalize well on “unseen” prompts. This work focuses on improving the generalization ability of…

Cited by 14SourcePDFScholar
2020

A Symmetric Local Search Network for Emotion-Cause Pair Extraction

COLING 2020main

Emotion-cause pair extraction (ECPE) is a new task which aims at extracting the potential clause pairs of emotions and corresponding causes in a document. To tackle this task, a two-step method was proposed by previous study which first extracted emotion clauses and cause clauses individually, then…