← Search

Fangxiang Feng

13 accepted papers

2026

An Information-Theoretic Parameter-Free Bayesian Framework for Probing Labeled Dependency Trees from Attention Score

ICLR 2026poster

Figuring out how neural language models comprehend syntax acts as a key to revealing how they understand languages. We systematically analyzed methods of extracting syntax from models, namely _probing_, and found limitations yet widely exist in previous probing practice. We proposed a method capab…

Cited by 0SourcecodeScholar
2026

CoV-Align: Efficient Fine-grained Cross-Modal Alignment with Cohesive Visual Semantics Priority

CVPR 2026

Cross-modal alignment aims to learn semantically consistent latent representations across diverse modalities. Prevailing methods rely on a text-guided aggregation paradigm to achieve fine-grained alignment, while they suffer from redundant patch-word correlations and high computational costs. To add

Cited by 0SourceScholar
2026

Diffusion-Assisted Progressive Learning for Weakly Supervised Phrase Localization

AAAI 2026technical

Weakly supervised phrase localization (WSPL) aims to localize visual objects mentioned by given phrases, but it learns without human-annotated bounding boxes. Previous works struggle in multi-object scenarios where objects in the background often appear simultaneously with the target objects. To thi

Cited by 0SourcePDFScholar
2026

Semantic Impact–Driven Visual Scheduling in Vision-Language Models

ICML 2026poster

Vision-Language Models (VLMs) suffer from high inference latency due to long visual sequences. To enable efficient, on-demand utilization of visual information, we argue that visual necessity should be assessed by its semantic impact on the output distribution, rather than inferred from intermediate…

Cited by 0SourceScholar
2026

Small Object, Great Challenge: A Benchmark for Small Object Visual Grounding

CVPR 2026

The task of visual grounding (i.e., VG) aims to locate or segment objects in images based on referring expressions. Existing research on VG primarily focuses on large objects. However, these images often contain objects at various scales. Although large objects are usually the visual focus, small ob

Cited by 0SourcecodeScholar
2025

Concept Conductor: Orchestrating Multiple Personalized Concepts in Text-to-Image Synthesis

AAAI 2025technical

The customization of text-to-image models has seen significant advancements, yet generating multiple personalized concepts remains a challenging task. Current methods struggle with attribute leakage and layout confusion when handling multiple concepts, leading to reduced concept fidelity and semanti…

2024

Visual Prompt Tuning for Weakly Supervised Phrase Grounding

ICASSP 2024accepted

Previous works on the task of weakly supervised phrase grounding (WSG) rely heavily on object detectors providing RoIs for the localization. However, such methods cannot be applied effectively to real-world scenarios largely because that the detectors are trained with limited categories. In this pap…

Cited by 0SourceScholar
2022

A Simple Model for Distantly Supervised Relation Extraction

COLING 2022main

Distantly supervised relation extraction is challenging due to the noise within data. Recent methods focus on exploiting bag representations based on deep neural networks with complex de-noising scheme to achieve remarkable performance. In this paper, we propose a simple but effective BERT-based Gra…

2022

COM-MRC: A COntext-Masked Machine Reading Comprehension Framework for Aspect Sentiment Triplet Extraction

EMNLP 2022main

Aspect Sentiment Triplet Extraction (ASTE) aims to extract sentiment triplets from sentences, which was recently formalized as an effective machine reading comprehension (MRC) based framework. However, when facing multiple aspect terms, the MRC-based methods could fail due to the interference from o…

2022

Co-VQA : Answering by Interactive Sub Question Sequence

ACL 2022findings

Most existing approaches to Visual Question Answering (VQA) answer questions directly, however, people usually decompose a complex question into a sequence of simple sub questions and finally obtain the answer to the original question after answering the sub question sequence(SQS). By simulating the…

Cited by 22SourcePDFScholar
2022

Enhanced Multi-Channel Graph Convolutional Network for Aspect Sentiment Triplet Extraction

ACL 2022long

Aspect Sentiment Triplet Extraction (ASTE) is an emerging sentiment analysis task. Most of the existing studies focus on devising a new tagging scheme that enables the model to extract the sentiment triplets in an end-to-end fashion. However, these methods ignore the relations between words for ASTE…

2021

Dual Graph Convolutional Networks for Aspect-based Sentiment Analysis

ACL 2021long

Aspect-based sentiment analysis is a fine-grained sentiment classification task. Recently, graph neural networks over dependency trees have been explored to explicitly model connections between aspects and opinion words. However, the improvement is limited due to the inaccuracy of the dependency par…

2021

Multi-stage Pre-training over Simplified Multimodal Pre-training Models

ACL 2021long

Multimodal pre-training models, such as LXMERT, have achieved excellent results in downstream tasks. However, current pre-trained models require large amounts of training data and have huge model sizes, which make them impossible to apply in low-resource situations. How to obtain similar or even bet…