中文
相关论文

相关论文: LayoutDETR: Detection Transformer Is a Good Multim…

200 篇论文

We address the problem of scene layout generation for diverse domains such as images, mobile applications, documents, and 3D objects. Most complex scenes, natural or human-designed, can be expressed as a meaningful arrangement of simpler…

计算机视觉与模式识别 · 计算机科学 2021-10-01 Kamal Gupta , Justin Lazarow , Alessandro Achille , Larry Davis , Vijay Mahadevan , Abhinav Shrivastava

Layout generation is a foundation task of graphic design, which requires the integration of visual aesthetics and harmonious expression of content delivery. However, existing methods still face challenges in generating precise and visually…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Yu Li , Yifan Chen , Gongye Liu , Fei Yin , Qingyan Bai , Jie Wu , Hongfa Wang , Ruihang Chu , Yujiu Yang

Transformer-based object detectors (DETR) have shown significant performance across machine vision tasks, ultimately in object detection. This detector is based on a self-attention mechanism along with the transformer encoder-decoder…

计算机视觉与模式识别 · 计算机科学 2023-10-16 Zhao Ning Zou , Yuhang Zhang , Robert Wijaya

Automatic layout generation that can synthesize high-quality layouts is an important tool for graphic design in many applications. Though existing methods based on generative models such as Generative Adversarial Networks (GANs) and…

计算机视觉与模式识别 · 计算机科学 2023-05-05 Shang Chai , Liansheng Zhuang , Fengying Yan

Video Moment Retrieval and Highlight Detection aim to find corresponding content in the video based on a text query. Existing models usually first use contrastive learning methods to align video and text features, then fuse and extract…

计算机视觉与模式识别 · 计算机科学 2025-01-22 Pengcheng Zhao , Zhixian He , Fuwei Zhang , Shujin Lin , Fan Zhou

Generative models able to synthesize layouts of different kinds (e.g. documents, user interfaces or furniture arrangements) are a useful tool to aid design processes and as a first step in the generation of synthetic data, among other…

计算机视觉与模式识别 · 计算机科学 2021-04-07 Diego Martin Arroyo , Janis Postels , Federico Tombari

Layout generation is a task to synthesize a harmonious layout with elements characterized by attributes such as category, position, and size. Human designers experiment with the placement and modification of elements to create aesthetic…

计算机视觉与模式识别 · 计算机科学 2024-09-26 Shoma Iwai , Atsuki Osanai , Shunsuke Kitada , Shinichiro Omachi

Graphic design is ubiquitous in people's daily lives. For graphic design, the most time-consuming task is laying out various components in the interface. Repetitive manual layout design will waste a lot of time for professional graphic…

人机交互 · 计算机科学 2022-01-07 Mengxi Guo , Dangqing Huang , Xiaodong Xie

The astounding performance of transformers in natural language processing (NLP) has motivated researchers to explore their applications in computer vision tasks. DEtection TRansformer (DETR) introduces transformers to object detection tasks…

计算机视觉与模式识别 · 计算机科学 2023-07-13 Tahira Shehzadi , Khurram Azeem Hashmi , Didier Stricker , Muhammad Zeshan Afzal

Different layouts can characterize different aspects of the same graph. Finding a "good" layout of a graph is thus an important task for graph visualization. In practice, users often visualize a graph in multiple layouts by using different…

社会与信息网络 · 计算机科学 2019-10-16 Oh-Hyun Kwon , Kwan-Liu Ma

It is common in graphic design humans visually arrange various elements according to their design intent and semantics. For example, a title text almost always appears on top of other elements in a document. In this work, we generate…

计算机视觉与模式识别 · 计算机科学 2021-08-03 Kotaro Kikuchi , Edgar Simo-Serra , Mayu Otani , Kota Yamaguchi

During recent years transformers architectures have been growing in popularity. Modulated Detection Transformer (MDETR) is an end-to-end multi-modal understanding model that performs tasks such as phase grounding, referring expression…

计算机视觉与模式识别 · 计算机科学 2022-09-22 Tomás Crisol , Joel Ermantraut , Adrián Rostagno , Santiago L. Aggio , Javier Iparraguirre

Multimodal transformer exhibits high capacity and flexibility to align image and text for visual grounding. However, the existing encoder-only grounding framework (e.g., TransVG) suffers from heavy computation due to the self-attention…

计算机视觉与模式识别 · 计算机科学 2023-10-27 Fengyuan Shi , Ruopeng Gao , Weilin Huang , Limin Wang

Controllable layout generation aims to create plausible visual arrangements of element bounding boxes within a graphic design according to certain optional constraints, such as the type or position of a specific component. While recent…

计算机视觉与模式识别 · 计算机科学 2025-06-04 Yuxuan Wu , Le Wang , Sanping Zhou , Mengnan Liu , Gang Hua , Haoxiang Li

The DEtection TRansformer (DETR) opened new possibilities for object detection by modeling it as a translation task: converting image features into object-level representations. Previous works typically add expensive modules to DETR to…

计算机视觉与模式识别 · 计算机科学 2025-05-16 Pierre-François De Plaen , Nicola Marinello , Marc Proesmans , Tinne Tuytelaars , Luc Van Gool

Layout is a fundamental component of any graphic design. Creating large varieties of plausible document layouts can be a tedious task, requiring numerous constraints to be satisfied, including local ones relating different semantic elements…

计算机视觉与模式识别 · 计算机科学 2020-04-20 Akshay Gadi Patil , Omri Ben-Eliezer , Or Perel , Hadar Averbuch-Elor

Conditional graphic layout generation, which automatically maps user constraints to high-quality layouts, has attracted widespread attention today. Although recent works have achieved promising performance, the lack of versatility and data…

计算机视觉与模式识别 · 计算机科学 2023-11-14 Jiawei Lin , Jiaqi Guo , Shizhao Sun , Zijiang James Yang , Jian-Guang Lou , Dongmei Zhang

Layout is important for graphic design and scene generation. We propose a novel Generative Adversarial Network, called LayoutGAN, that synthesizes layouts by modeling geometric relations of different types of 2D elements. The generator of…

计算机视觉与模式识别 · 计算机科学 2019-01-23 Jianan Li , Jimei Yang , Aaron Hertzmann , Jianming Zhang , Tingfa Xu

Content-aware graphic layout generation aims to automatically arrange visual elements along with a given content, such as an e-commerce product image. In this paper, we argue that the current layout generation approaches suffer from the…

计算机视觉与模式识别 · 计算机科学 2024-04-17 Daichi Horita , Naoto Inoue , Kotaro Kikuchi , Kota Yamaguchi , Kiyoharu Aizawa

The Detection Transformer (DETR) has revolutionized the design of CNN-based object detection systems, showcasing impressive performance. However, its potential in the domain of multi-frame 3D object detection remains largely unexplored. In…

计算机视觉与模式识别 · 计算机科学 2025-08-21 Yifan Zhang , Zhiyu Zhu , Junhui Hou , Dapeng Wu
‹ 上一页 1 2 3 10 下一页 ›