paper-with-me

홈 › Papers

Object sorting using faster R-CNN

2020-12-29 · Pengchang Chen, Vinayak Elangovan

In a factory production line, different industry parts need to be quickly differentiated and sorted for further process. Parts can be of different colors and shapes. It is tedious for humans to differentiate and sort these objects in appropriate categories. Automating this process would save more time and cost. In the automation process, choosing an appropriate model to detect and classify different objects based on specific features is more challenging. In this paper, three different neural network models are compared to the object sorting system. They are namely CNN, Fast R-CNN, and Faster R-CNN. These models are tested, and their performance is analyzed. Moreover, for the object sorting system, an Arduino-controlled 5 DoF (degree of freedom) robot arm is programmed to grab and drop symmetrical objects to the targeted zone. Objects are categorized into classes based on color, defective and non-defective objects.

📄 PDF Abstract BibTeX arXiv:2012.14840

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Enhanced Optimization with Composite Objectives and Novelty Pulsation

2019-06-07 · Hormoz Shahrzad, Babak Hodjat, Camille Dollé, Andrei Denissov 외

An important benefit of multi-objective search is that it maintains a diverse population of candidates, which helps in deceptive problems in particular. Not all diversity is useful, however: candidates that optimize only…

Diversity

Rank & Sort Loss for Object Detection and Instance Segmentation

2021-07-24 · ICCV 2021 10 · Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods,…

Instance SegmentationObjectobject-detectionObject Detection+1

StochasticSplats: Stochastic Rasterization for Sorting-Free 3D Gaussian Splatting

2025-03-31 · Shakiba Kheradmand, Delio Vicini, George Kopanas, Dmitry Lagun 외

3D Gaussian splatting (3DGS) is a popular radiance field method, with many application-specific extensions. Most variants rely on the same core algorithm: depth-sorting of Gaussian splats then rasterizing in primitive or…

3DGSGPU

SpikeSift: A Computationally Efficient and Drift-Resilient Spike Sorting Algorithm

2025-04-02 · Vasileios Georgiadis, Panagiotis C. Petrantonakis

Objective: Spike sorting is a fundamental step in analysing extracellular recordings, enabling the isolation of single-neuron activity. However, it remains a challenging problem because extracellular traces mix overlappi…

ClusteringComputational EfficiencySpike Sorting

Enhanced Optimization with Composite Objectives and Novelty Selection

2018-03-10 · Hormoz Shahrzad, Daniel Fink, Risto Miikkulainen

An important benefit of multi-objective search is that it maintains a diverse population of candidates, which helps in deceptive problems in particular. Not all diversity is useful, however: candidates that optimize only…

Diversity