中文
相关论文

相关论文: Sorting wild pigs

200 篇论文

Automatic species classification in camera traps would greatly help the biodiversity monitoring and species analysis in the earth. In order to accelerate the development of automatic species classification task, "Microsoft AI for Earth"…

计算机视觉与模式识别 · 计算机科学 2019-07-31 Abulikemu Abuduweili , Xin Wu , Xingchen Tao

Modern comparison sorts like quicksort suffer from performance inconsistencies due to suboptimal pivot selection, leading to $(O(N^2))$ worst-case complexity, while in-place merge sort variants face challenges with data movement overhead.…

数据结构与算法 · 计算机科学 2026-01-06 Jia Xu Wei

Sequential importance sampling algorithms have been defined to estimate likelihoods in models of ancestral population processes. However, these algorithms are based on features of the models with constant population size, and become…

统计理论 · 数学 2016-03-24 Coralie Merle , Raphaël Leblois , François Rousset , Pierre Pudlo

Several useful variance-reduced stochastic gradient algorithms, such as SVRG, SAGA, Finito, and SAG, have been proposed to minimize empirical risks with linear convergence properties to the exact minimizer. The existing convergence results…

机器学习 · 计算机科学 2018-02-19 Bicheng Ying , Kun Yuan , Ali H. Sayed

Swarm foraging is a common test case application for multi-robot systems. In this paper we present a novel algorithm for controlling swarm robots with limited communication range and storage capacity to efficiently search for and retrieve…

机器人学 · 计算机科学 2019-06-18 Simon O. Obute , Mehmet R. Dogar , Jordan H. Boyle

Selecting from or ranking a set of candidates variables in terms of their capacity for predicting an outcome of interest is an important task in many scientific fields. A variety of methods for variable selection and ranking have been…

统计方法学 · 统计学 2023-08-23 Zhou Tang , Ted Westling

Sorting is an essential operation in computer science with direct consequences on the performance of large scale data systems, real-time systems, and embedded computation. However, no sorting algorithm is optimal under all distributions of…

数据结构与算法 · 计算机科学 2025-06-27 Shrinivass Arunachalam Balasubramanian

The task of ranking individuals or teams, based on a set of comparisons between pairs, arises in various contexts, including sporting competitions and the analysis of dominance hierarchies among animals and humans. Given data on which…

机器学习 · 统计学 2022-10-21 M. E. J. Newman

A key challenge with machine learning approaches for ranking is the gap between the performance metrics of interest and the surrogate loss functions that can be optimized with gradient-based methods. This gap arises because ranking metrics…

机器学习 · 计算机科学 2021-11-30 Robin Swezey , Aditya Grover , Bruno Charron , Stefano Ermon

We consider the classic problem of scheduling jobs on unrelated machines so as to minimize the weighted sum of completion times. Recently, for a small constant $\varepsilon >0 $, Bansal et al. gave a $(3/2-\varepsilon)$-approximation…

数据结构与算法 · 计算机科学 2017-03-16 Christos Kalaitzis , Ola Svensson , Jakub Tarnawski

Inspired by a common technique for shuffling a deck of cards on a table without riffling, we formalize the pile shuffle and investigate its capabilities as a sorting device. Our study is novel in that we consider pile shuffle in three…

组合数学 · 数学 2025-06-03 Kyle B. Treleaven

In the Distance-constrained Vehicle Routing Problem (DVRP), we are given a graph with integer edge weights, a depot, a set of $n$ terminals, and a distance constraint $D$. The goal is to find a minimum number of tours starting and ending at…

数据结构与算法 · 计算机科学 2022-10-11 Marc Dufay , Claire Mathieu , Hang Zhou

We study the problem of estimating the covariance matrix of a high-dimensional distribution when a small constant fraction of the samples can be arbitrarily corrupted. Recent work gave the first polynomial time algorithms for this problem…

机器学习 · 计算机科学 2019-06-12 Yu Cheng , Ilias Diakonikolas , Rong Ge , David Woodruff

A determined algorithm is presented for solving the rSUM problem for any natural r with a sub-quadratic assessment of time complexity in some cases. In terms of an amount of memory used the obtained algorithm is the nlog^3(n) order. The…

数据结构与算法 · 计算机科学 2015-02-10 Valerii Sopin

We provide a dual fitting technique on a semidefinite program yielding simple proofs of tight bounds for the robust price of anarchy of several congestion and scheduling games under the sum of weighted completion times objective. The same…

计算机科学与博弈论 · 计算机科学 2026-01-01 Danish Kashaev

Parcel sorting operations in logistics enterprises aim to achieve a high throughput of parcels through sorting centers. These sorting centers are composed of large circular conveyor belts on which incoming parcels are placed, with multiple…

系统与控制 · 电气工程与系统科学 2021-12-10 Supratim Ghosh , Aritra Pal , Prashant Kumar , Ankush Ojha , Aditya Paranjape , Souvik Barat , Harshad Khadilkar

We consider load scheduling on constrained continuous-time linear dynamical systems, such as automated irrigation and other distribution networks. The requested loads are rigid, i.e., the shapes cannot be changed. Hence, it is only possible…

最优化与控制 · 数学 2016-11-15 Farhad Farokhi , Michael Cantoni , Iman Shames

Flip-sort is a natural sorting procedure which raises fascinating combinatorial questions. It finds its roots in the seminal work of Knuth on stack-based sorting algorithms and leads to many links with permutation patterns. We present…

组合数学 · 数学 2023-06-22 Andrei Asinowski , Cyril Banderier , Benjamin Hackl

We introduce the Online Unbounded Knapsack Problem with Removal, a variation of the well-known Online Knapsack Problem. Items, each with a weight and value, arrive online and an algorithm must decide on whether or not to pack them into a…

数据结构与算法 · 计算机科学 2025-09-29 Matthias Gehnen , Moritz Stocker

We consider a multi-agent resource allocation setting that models the assignment of papers to reviewers. A recurring issue in allocation problems is the compatibility of welfare/efficiency and fairness. Given an oracle to find a…

计算机科学与博弈论 · 计算机科学 2019-08-02 Haris Aziz , Xin Huang , Nicholas Mattei , Erel Segal-Halevi