paper-with-me

홈 › Papers

Towards Image Semantics and Syntax Sequence Learning

2024-01-31 · Chun Tao, Timur Ibrayev, Kaushik Roy

Convolutional neural networks and vision transformers have achieved outstanding performance in machine perception, particularly for image classification. Although these image classifiers excel at predicting image-level class labels, they may not discriminate missing or shifted parts within an object. As a result, they may fail to detect corrupted images that involve missing or disarrayed semantic information in the object composition. On the contrary, human perception easily distinguishes such corruptions. To mitigate this gap, we introduce the concept of "image grammar", consisting of "image semantics" and "image syntax", to denote the semantics of parts or patches of an image and the order in which these parts are arranged to create a meaningful object. To learn the image grammar relative to a class of visual objects/scenes, we propose a weakly supervised two-stage approach. In the first stage, we use a deep clustering framework that relies on iterative clustering and feature refinement to produce part-semantic segmentation. In the second stage, we incorporate a recurrent bi-LSTM module to process a sequence of semantic segmentation patches to capture the image syntax. Our framework is trained to reason over patch semantics and detect faulty syntax. We benchmark the performance of several grammar learning models in detecting patch corruptions. Finally, we verify the capabilities of our framework in Celeb and SUNRGBD datasets and demonstrate that it can achieve a grammar validation accuracy of 70 to 90% in a wide variety of semantic and syntactical corruption scenarios.

📄 PDF Abstract BibTeX arXiv:2401.17515

Code (1)

ChunTao1999/SSDI 공식 구현 pytorch

Tasks

ClusteringDeep Clusteringimage-classificationImage ClassificationSemantic Segmentation

Similar Papers 제목 키워드 기반

A Minimalist Dataset for Systematic Generalization of Perception, Syntax, and Semantics

2021-03-02 · Qing Li, Siyuan Huang, Yining Hong, Yixin Zhu 외

Inspired by humans' exceptional ability to master arithmetic and generalize to new problems, we present a new dataset, Handwritten arithmetic with INTegers (HINT), to examine machines' capability of learning generalizabl…

Few-Shot LearningProgram SynthesisSystematic Generalization

Bypass Network for Semantics Driven Image Paragraph Captioning

2022-06-21 · Qi Zheng, Chaoyue Wang, Dadong Wang

Image paragraph captioning aims to describe a given image with a sequence of coherent sentences. Most existing methods model the coherence through the topic transition that dynamically infers a topic vector from precedin…

Image Paragraph CaptioningSentence

Dynamic Neural Program Embeddings for Program Repair

2018-01-01 · ICLR 2018 1 · Ke Wang, Rishabh Singh, Zhendong Su

Neural program embeddings have shown much promise recently for a variety of program analysis tasks, including program synthesis, program repair, code completion, and fault localization. However, most existing program emb…

Code CompletionFault localizationProgram RepairProgram Synthesis

Mobile Sequencers

2024-05-09 · Cem Bozsahin

The article is an attempt to contribute to explorations of a common origin for language and planned-collaborative action. It gives `semantics of change' the central stage in the synthesis, from its history and recordkeep…

SemRegex: A Semantics-Based Approach for Generating Regular Expressions from Natural Language Specifications

2018-10-01 · EMNLP 2018 10 · Zexuan Zhong, Jiaqi Guo, Wei Yang, Jian Peng 외

Recent research proposes syntax-based approaches to address the problem of generating programs from natural language specifications. These approaches typically train a sequence-to-sequence learning model using a syntax-b…

Program Synthesis