Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Steven Puttemans is active.

Publication


Featured researches published by Steven Puttemans.


international joint conference on computer vision imaging and computer graphics theory and applications | 2018

Building Robust Industrial Applicable Object Detection Models using Transfer Learning and Single Pass Deep Learning Architectures.

Steven Puttemans; Timothy Callemein; Toon Goedemé

The uprising trend of deep learning in computer vision and artificial intelligence can simply not be ignored. On the most diverse tasks, from recognition and detection to segmentation, deep learning is able to obtain state-of-the-art results, reaching top notch performance. In this paper we explore how deep convolutional neural networks dedicated to the task of object detection can improve our industrial-oriented object detection pipelines, using state-of-the-art open source deep learning frameworks, like Darknet. By using a deep learning architecture that integrates region proposals, classification and probability estimation in a single run, we aim at obtaining real-time performance. We focus on reducing the needed amount of training data drastically by exploring transfer learning, while still maintaining a high average precision. Furthermore we apply these algorithms to two industrially relevant applications, one being the detection of promotion boards in eye tracking data and the other detecting and recognizing packages of warehouse products for augmented advertisements.


international conference on machine vision | 2015

Visual detection and species classification of orchid flowers

Steven Puttemans; Toon Goedemé

The goal of this research is to investigate the possibility of using object categorization and object classification techniques in an industrial context with a very limited set of training data. As an industrial application of the proposed techniques we investigate the case of orchid flower detection and orchid species classification in an orchid packaging plant. Due to their large variety of colors and patterns, these orchid flowers are very hard to detect with classic segmentation based techniques but form an ideal test case for object categorization techniques. Due to the limited amount of training data available, we aim at building a system with close to no false positive detections but guaranteeing that each orchid plant still returns a single flower detection. Subsequently the detected flowers are passed towards a classification system of linear binary SVM classifiers trained on visual characteristics of the flowers. To increase the classification success rate, we combined results of single flowers, using majority voting, to reach an orchid plant based classification. The complete pipeline is optimized by effectively using the industrial application specific knowledge of the setup. By implementing this approach we prove that industrial object categorization and classification with high accuracy is possible, even if only a small training dataset is available.


international conference of the ieee engineering in medicine and biology society | 2015

Automated walking aid detector based on indoor video recordings.

Steven Puttemans; Greet Baldewijns; Tom Croonenborghs; Bart Vanrumste; Toon Goedemé

Due to the rapidly aging population, developing automated home care systems is a very important step in taking care of elderly people. This will enable us to automatically monitor the health of senior citizens in their own living environment and prevent problems before they happen. One of the challenging tasks is to actively monitor walking habits of elderlies, who alternate between the use of different walking aids, and to combine this with automated fall risk assessment systems. We propose a camera based system that uses object categorization techniques to robustly detect walking aids, like a walker, in order to improve the classification of the fall risk. By automatically integrating the application specific scenery knowledge like camera position and used walker type, we succeed in detecting walking aids within a single frame with an accuracy of 68% for trajectory A and 38% for trajectory B. Furthermore, compared to current state of the art detection systems, we use a rather limited set of training data to achieve this accuracy and thus create a system that is easily adaptable for other applications. Moreover, we applied spatial constraints between detections to optimize the object detection output and to limit the amount of false positive detections. Finally, we evaluate the output on a walking sequence base, leading up to a 92.3% correct classification rate of walking sequences. It can be noted that adapting this approach to other walking aids, like a walking cane, is quite straightforward and opens up the door for many future applications.


international conference on image processing | 2016

Automated visual fruit detection for harvest estimation and robotic harvesting

Steven Puttemans; Yasmin Vanbrabant; Laurent Tits; Toon Goedemé

Fully automated detection and localisation of fruit in orchards are key components in creating automated robotic harvesting systems. During recent years a lot of research on this topic has been performed, either using basic computer vision techniques, like colour based segmentation, or by resorting to other sensors, like LWIR, hyperspectral or 3D. Recent advances in computer vision present a broad range of advanced object detection techniques that could improve the quality of fruit detection from RGB images drastically. We suggest to use an object categorisation framework based on boosted cascades of weak classifiers to implement a fully automated semi-supervised fruit detector and demonstrate it on both strawberries and apples. Compared to existing techniques we improved fruit detection, mainly in the case of fruit clusters, using a supervised machine learning instead of hand crafting image filters specific to the application. Moreover we integrate application specific colour information to ensure a more stable output of our fully automated detection algorithm. Finally we make suggestions for efficient fruit cluster separation. The developed technique is validated on both strawberries and apples and is proven to have large benefits in the field of automated harvest and crop estimation.


international conference on image processing | 2016

How to reach top accuracy for a visual pedestrian warning system from a car

Floris De Smedt; Steven Puttemans; Toon Goedemé

Due to the wide applicability of pedestrian detection in surveillance and safety, this research topic has received much attention in computer vision literature. However, the focus of this research mainly lies in detecting and locating pedestrians individually as accurate as possible. In recent years, a number of datasets are captured using a forward looking camera from a car, which imposes the application of warning the driver when pedestrians are in front of the car. For such applications, it is not required to detect each pedestrian independently, but to generate an alarm when necessary. In this paper we explore techniques to boost the accuracy of recent channel-based algorithms in this application: algorithmic refinements as well as the inclusion of an LWIR image channel. We use the KAIST dataset which is constructed from image-pairs of both the visual and the LWIR spectrum, in day and night conditions. We study the influence of techniques that have shown success in literature.


international joint conference on computer vision imaging and computer graphics theory and applications | 2018

Comparing Boosted Cascades to Deep Learning Architectures for Fast and Robust Coconut Tree Detection in Aerial Images.

Steven Puttemans; Kristof Van Beeck; Toon Goedemé

Object detection using a boosted cascade of weak classifiers is a principle that has been used in a variety of applications, ranging from pedestrian detection to fruit counting in orchards, and this with a high average precision. In this work we prove that using both the boosted cascade approach suggest by Viola & Jones and the adapted approach based on integral or aggregate channels by Dollár yield promising results on coconut tree detection in aerial images. However with the rise of robust deep learning architectures for both detection and classification, and the significant drop in hardware costs, we wonder if it is feasible to apply deep learning to solve the task of fast and robust coconut tree detection and classification in aerial imagery. We examine both classificationand detection-based architectures for this task. By doing so we prove that deep learning is indeed a feasible alternative for robust coconut tree detection with a high average precision in aerial imagery, keeping attention to known issues with the selected architectures.


international conference on computer vision theory and applications | 2017

Improving Open Source Face Detection by Combining an Adapted Cascade Classification Pipeline and Active Learning.

Steven Puttemans; Can Ergun; Toon Goedemé

Computer vision has almost solved the issue of in the wild face detection, using complex techniques like convolutional neural networks. On the contrary many open source computer vision frameworks like OpenCV have not yet made the switch to these complex techniques and tend to depend on well established algorithms for face detection, like the cascade classification pipeline suggested by Viola and Jones. The accuracy of these basic face detectors on public datasets like FDDB stays rather low, mainly due to the high number of false positive detections. We propose several adaptations to the current existing face detection model training pipeline of OpenCV. We improve the training sample generation and annotation procedure, and apply an active learning strategy. These boost the accuracy of in the wild face detection on the FDDB dataset drastically, closing the gap towards the accuracy gained by CNN-based face detectors. The proposed changes allow us to provide an improved face detection model to OpenCV, achieving a remarkably high precision at an acceptable recall, two critical requirements for further processing pipelines like person identification, etc.


international conference on computer vision theory and applications | 2016

Safeguarding Privacy by Reliable Automatic Blurring of Faces in Mobile Mapping Images

Steven Puttemans; Stef Van Wolputte; Toon Goedemé

When capturing images in the wild containing pedestrians, privacy issues remain a major concern for industrial applications. Our application, collecting cycloramic mobile mapping data in crowded environments, is an example of this. If the data is processed and accessed by third parties, privacy of pedestrians must be ensured. This is where pedestrian detectors come into play, used to detect individuals and privacy mask them through blurring. The problem of undesired false positive detections, typical for pedestrian detectors and unavoidable, still leaves undesired areas of the images being blurred. We tackled this problem using application-specific scene constraints, modelled by a height-position mapping based on scene-specific pedestrian annotation data, combined with reducing the field of interest and case-specific false positive elimination classifiers. We applied a soft blurring technique to avoid the artificial look of simply applying Gaussian blurring to the found detections, which results in an effective fully-automated masking pipeline for privacy safeguarding in mobile mapping images. We prove that we can use pre-trained pedestrian detection models, but by collecting a limited amount of application-specific annotations and by exploiting scene-specific constraints, we are able to boost the detection accuracy enormously.


GEOBIA 2016 : Solutions and Synergies | 2016

Detection of photovoltaic installations in RGB aerial imaging: a comparative study

Steven Puttemans; Wiebe Van Ranst; Toon Goedemé

In this work, we compare four different approaches for detecting photovoltaic installations from RGB aerial images. Our client, an electricity grid administrator, wants to hunt down fraud with unregistered illegal solar panel installations by detecting installations in aerial imagery and checking these against their database of registered installations. The detection of solar panels in these RGB images is a difficult task. Reasons are the relatively low resolution (at 25 cm/pixel an individual solar panel only measures about 9�7 pixels), the undiscriminating colour properties of the object (due to in-class variance and specular effects) and the apparent shape variability (rotation and skew due to the different roofs slant angles). Therefore, straightforward object segmentation techniques do not yield a satisfying solution, as proven in this paper. We compared four state-of-the-art object detection approaches for this task. First we experimented with a machine learning object detection technique based on pixel-based support vector machine classification. Secondly we developed an approach using MSER based colour segmentation and shape analysis. Finally a dual approach based on object categorization using the boosted cascade classifier technique of Viola & Jones and the aggregate channel features technique of Doll´ar et al., is introduced, learning a combination of colour and gradient feature based classifiers from a given training set. We successfully evaluate these four different approaches on a fully labelled test set of a 8000 � 8000 pixel, 4 square km zone containing 315 solar panel installations with in total more than 10.000 individual panels.


international conference on computer vision theory and applications | 2013

How to exploit scene constraints to improve object categorization algorithms for industrial applications

Steven Puttemans; Toon Goedemé

Collaboration


Dive into the Steven Puttemans's collaboration.

Top Co-Authors

Avatar

Toon Goedemé

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Floris De Smedt

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Bart Vanrumste

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Greet Baldewijns

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Kristof Van Beeck

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Stef Van Wolputte

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Timothy Callemein

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Tom Croonenborghs

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Wiebe Van Ranst

Katholieke Universiteit Leuven

View shared research outputs
Top Co-Authors

Avatar

Yasmin Vanbrabant

Katholieke Universiteit Leuven

View shared research outputs
Researchain Logo
Decentralizing Knowledge