中文
相关论文

相关论文: cMinMax: A Fast Algorithm to Find the Corners of a…

200 篇论文

Object detection is a fundamental problem in computer vision, aiming at locating and classifying objects in image. Although current devices can easily take very high-resolution images, current approaches of object detection seldom consider…

计算机视觉与模式识别 · 计算机科学 2023-03-03 Jinyan Liu , Jie Chen

Image space feature detection is the act of selecting points or parts of an image that are easy to distinguish from the surrounding image region. By combining a repeatable point detection with a descriptor, parts of an image can be matched…

计算机视觉与模式识别 · 计算机科学 2019-12-11 Alexander Mai , Joseph Menke , Allen Yang

Most tracking-by-detection methods employ a local search window around the predicted object location in the current frame assuming the previous location is accurate, the trajectory is smooth, and the computational capacity permits a search…

计算机视觉与模式识别 · 计算机科学 2015-12-01 Gao Zhu , Fatih Porikli , Hongdong Li

Image tracing is a foundational component of the workflow in graphic design, engineering, and computer animation, linking hand-drawn concept images to collections of smooth curves needed for geometry processing and editing. Even for clean…

图形学 · 计算机科学 2018-09-07 Mikhail Bessmeltsev , Justin Solomon

Deep Convolutional Neural Networks (CNNs) have demonstrated excellent performance in image classification, but still show room for improvement in object-detection tasks with many categories, in particular for cluttered scenes and occlusion.…

计算机视觉与模式识别 · 计算机科学 2015-03-24 Nikolaos Karianakis , Thomas J. Fuchs , Stefano Soatto

The analyses relying on 3D point clouds are an utterly complex task, often involving million of points, but also requiring computationally efficient algorithms because of many real-time applications; e.g. autonomous vehicle. However, point…

计算机视觉与模式识别 · 计算机科学 2019-06-11 Can Chen , Luca Zanotti Fragonara , Antonios Tsourdos

The increasing demand for augmented reality (AR) and virtual reality (VR) applications highlights the need for efficient depth information processing. Depth maps, essential for rendering realistic scenes and supporting advanced…

图像与视频处理 · 电气工程与系统科学 2024-09-25 Marcos V. Conde , Florin-Alexandru Vasluianu , Jinhui Xiong , Wei Ye , Rakesh Ranjan , Radu Timofte

Dense image matching is a fundamental low-level problem in Computer Vision, which has received tremendous attention from both discrete and continuous optimization communities. The goal of this paper is to combine the advantages of discrete…

计算机视觉与模式识别 · 计算机科学 2016-01-26 Alexander Shekhovtsov , Christian Reinbacher , Gottfried Graber , Thomas Pock

BACKGROUND AND OBJECTIVE: The research done in the field of Augmented Reality (AR) for patient positioning in radiation therapy is scarce. We propose an efficient and cost-effective algorithm for tracking the scene and the patient to…

计算机视觉与模式识别 · 计算机科学 2021-08-02 Hamid Sarmadi , Rafael Muñoz-Salinas , M. Álvaro Berbís , Antonio Luna , R. Medina-Carnicer

The proximal point algorithm is a widely used tool for solving a variety of convex optimization problems such as finding zeros of maximally monotone operators, fixed points of nonexpansive mappings, as well as minimizing convex functions.…

最优化与控制 · 数学 2018-04-19 Laurentiu Leustean , Adriana Nicolae , Andrei Sipos

Existing techniques to encode spatial invariance within deep convolutional neural networks only model 2D transformation fields. This does not account for the fact that objects in a 2D space are a projection of 3D ones, and thus they have…

计算机视觉与模式识别 · 计算机科学 2020-03-26 Sunghun Joung , Seungryong Kim , Hanjae Kim , Minsu Kim , Ig-Jae Kim , Junghyun Cho , Kwanghoon Sohn

Minimax optimization has been central in addressing various applications in machine learning, game theory, and control theory. Prior literature has thus far mainly focused on studying such problems in the continuous domain, e.g.,…

最优化与控制 · 数学 2021-11-03 Arman Adibi , Aryan Mokhtari , Hamed Hassani

This paper studies first order methods for solving smooth minimax optimization problems $\min_x \max_y g(x,y)$ where $g(\cdot,\cdot)$ is smooth and $g(x,\cdot)$ is concave for each $x$. In terms of $g(\cdot,y)$, we consider two settings --…

最优化与控制 · 数学 2019-07-03 Kiran Koshy Thekumparampil , Prateek Jain , Praneeth Netrapalli , Sewoong Oh

In motion planning problems for autonomous robots, such as self-driving cars, the robot must ensure that its planned path is not in close proximity to obstacles in the environment. However, the problem of evaluating the proximity is…

机器人学 · 计算机科学 2019-06-21 Arun Lakshmanan , Andrew Patterson , Venanzio Cichella , Naira Hovakimyan

In this paper we propose a fast optimization algorithm for approximately minimizing convex quadratic functions over the intersection of affine and separable constraints (i.e., the Cartesian product of possibly nonconvex real sets). This…

最优化与控制 · 数学 2015-09-29 Reza Takapoui , Nicholas Moehle , Stephen Boyd , Alberto Bemporad

Convolutional neural networks (CNN) are capable of learning robust representation with different regularization methods and activations as convolutional layers are spatially correlated. Based on this property, a large variety of regional…

计算机视觉与模式识别 · 计算机科学 2020-04-07 Devesh Walawalkar , Zhiqiang Shen , Zechun Liu , Marios Savvides

3D object detection is vital for many robotics applications. For tasks where a 2D perspective range image exists, we propose to learn a 3D representation directly from this range image view. To this end, we designed a 2D convolutional…

计算机视觉与模式识别 · 计算机科学 2021-06-28 Yuning Chai , Pei Sun , Jiquan Ngiam , Weiyue Wang , Benjamin Caine , Vijay Vasudevan , Xiao Zhang , Dragomir Anguelov

We develop a family of accelerated stochastic algorithms that minimize sums of convex functions. Our algorithms improve upon the fastest running time for empirical risk minimization (ERM), and in particular linear least-squares regression,…

机器学习 · 统计学 2015-06-25 Roy Frostig , Rong Ge , Sham M. Kakade , Aaron Sidford

In computer vision, characteristics refer to image regions with unique properties, such as corners, edges, textures, or areas with high contrast. These regions can be represented through feature points (FPs). FP detection and description…

计算机视觉与模式识别 · 计算机科学 2024-04-01 Artur Santos Nascimento , Valter Guilherme Silva de Souza , Daniel Oliveira Dantas , Beatriz Trinchão Andrade

In this paper, we consider the problem of covering a plane region with unit discs. We present an improved upper bound and the first nontrivial lower bound on the number of discs needed for such a covering, depending on the area and…

计算几何 · 计算机科学 2021-08-03 Shai Gul , Reuven Cohen , Simi Haber