paper-with-me

홈 › Papers

Learning Geometry-aware Representations by Sketching

2023-04-17 · CVPR 2023 1 · Hyundo Lee, Inwoo Hwang, Hyunsung Go, Won-Seok Choi, Kibeom Kim, Byoung-Tak Zhang

Understanding geometric concepts, such as distance and shape, is essential for understanding the real world and also for many vision tasks. To incorporate such information into a visual representation of a scene, we propose learning to represent the scene by sketching, inspired by human behavior. Our method, coined Learning by Sketching (LBS), learns to convert an image into a set of colored strokes that explicitly incorporate the geometric information of the scene in a single inference step without requiring a sketch dataset. A sketch is then generated from the strokes where CLIP-based perceptual loss maintains a semantic similarity between the sketch and the image. We show theoretically that sketching is equivariant with respect to arbitrary affine transformations and thus provably preserves geometric information. Experimental results show that LBS substantially improves the performance of object attribute classification on the unlabeled CLEVR dataset, domain transfer between CLEVR and STL-10 datasets, and for diverse downstream tasks, confirming that LBS provides rich geometric information.

📄 PDF Abstract BibTeX arXiv:2304.08204

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Effective sketching methods for value function approximation

2017-08-03 · Yangchen Pan, Erfan Sadeqi Azer, Martha White

High-dimensional representations, such as radial basis function networks or tile coding, are common choices for policy evaluation in reinforcement learning. Learning with such high-dimensional representations, however, c…

Reinforcement LearningReinforcement Learning (RL)

Visual Sketchpad: Sketching as a Visual Chain of Thought for Multimodal Language Models

2024-06-13 · Yushi Hu, Weijia Shi, Xingyu Fu, Dan Roth 외

Humans draw to facilitate reasoning: we draw auxiliary lines when solving geometry problems; we mark and circle when reasoning on maps; we use sketches to amplify our ideas and relieve our limited-capacity working memory…

Mathobject-detectionObject DetectionSpatial Reasoning+1

Matrix Sketching in Bandits: Current Pitfalls and New Framework

2024-10-14 · Dongxie Wen, Hanyan Yin, Xiao Zhang, Zhewei Wei

The utilization of sketching techniques has progressively emerged as a pivotal method for enhancing the efficiency of online learning. In linear bandit settings, current sketch-based approaches leverage matrix sketching …

Prompt Sketching for Large Language Models

2023-11-08 · Luca Beurer-Kellner, Mark Niklas Müller, Marc Fischer, Martin Vechev

Many recent prompting strategies for large language models (LLMs) query the model multiple times sequentially -- first to produce intermediate results and then the final answer. However, using these methods, both decoder…

Arithmetic ReasoningBenchmarkingDecoderQuestion Answering+1

A Sketching Method for Finding the Closest Point on a Convex Hull

2021-02-21 · Roozbeh Yousefzadeh

We develop a sketching algorithm to find the point on the convex hull of a dataset, closest to a query point outside it. Studying the convex hull of datasets can provide useful information about their geometric structure…