SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Ambrus Rares) "

Sökning: WFRF:(Ambrus Rares)

  • Resultat 1-10 av 21
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Almeida, Diogo, 1991-, et al. (författare)
  • Team KTH’s Picking Solution for the Amazon Picking Challenge 2016
  • 2017
  • Ingår i: Warehouse Picking Automation Workshop 2017.
  • Konferensbidrag (populärvet., debatt m.m.)abstract
    • In this work we summarize the solution developed by Team KTH for the Amazon Picking Challenge 2016 in Leipzig, Germany. The competition simulated a warehouse automation scenario and it was divided in two tasks: a picking task where a robot picks items from a shelf and places them in a tote and a stowing task which is the inverse task where the robot picks items from a tote and places them in a shelf. We describe our approach to the problem starting from a high level overview of our system and later delving into details of our perception pipeline and our strategy for manipulation and grasping. The solution was implemented using a Baxter robot equipped with additional sensors.
  •  
2.
  • Almeida, Diogo, 1991-, et al. (författare)
  • Team KTH’s Picking Solution for the Amazon Picking Challenge 2016
  • 2020
  • Ingår i: Advances on Robotic Item Picking: Applications in Warehousing and E-Commerce Fulfillment. - Cham : Springer Nature. ; , s. 53-62
  • Bokkapitel (övrigt vetenskapligt/konstnärligt)abstract
    • In this chapter we summarize the solution developed by team KTH for the Amazon Picking Challenge 2016 in Leipzig, Germany. The competition, which simulated a warehouse automation scenario, was divided into two parts: a picking task, where the robot picks items from a shelf and places them into a tote, and a stowing task, where the robot picks items from a tote and places them in a shelf. We describe our approach to the problem starting with a high-level overview of the system, delving later into the details of our perception pipeline and strategy for manipulation and grasping. The hardware platform used in our solution consists of a Baxter robot equipped with multiple vision sensors.
  •  
3.
  • Ambrus, Rares, et al. (författare)
  • Automatic Room Segmentation From Unstructured 3-D Data of Indoor Environments
  • 2017
  • Ingår i: IEEE Robotics and Automation Letters. - : IEEE-INST ELECTRICAL ELECTRONICS ENGINEERS INC. - 2377-3766. ; 2:2, s. 749-756
  • Tidskriftsartikel (refereegranskat)abstract
    • We present an automatic approach for the task of reconstructing a 2-D floor plan from unstructured point clouds of building interiors. Our approach emphasizes accurate and robust detection of building structural elements and, unlike previous approaches, does not require prior knowledge of scanning device poses. The reconstruction task is formulated as a multiclass labeling problem that we approach using energy minimization. We use intuitive priors to define the costs for the energy minimization problem and rely on accurate wall and opening detection algorithms to ensure robustness. We provide detailed experimental evaluation results, both qualitative and quantitative, against state-of-the-art methods and labeled ground-truth data.
  •  
4.
  • Ambrus, Rares, et al. (författare)
  • Autonomous meshing, texturing and recognition of object models with a mobile robot
  • 2017
  • Ingår i: 2017 IEEE/RSJ INTERNATIONAL CONFERENCE ON INTELLIGENT ROBOTS AND SYSTEMS (IROS). - Vancouver, Canada : IEEE. - 9781538626825 ; , s. 5071-5078
  • Konferensbidrag (refereegranskat)abstract
    • We present a system for creating object models from RGB-D views acquired autonomously by a mobile robot. We create high-quality textured meshes of the objects by approximating the underlying geometry with a Poisson surface. Our system employs two optimization steps, first registering the views spatially based on image features, and second aligning the RGB images to maximize photometric consistency with respect to the reconstructed mesh. We show that the resulting models can be used robustly for recognition by training a Convolutional Neural Network (CNN) on images rendered from the reconstructed meshes. We perform experiments on data collected autonomously by a mobile robot both in controlled and uncontrolled scenarios. We compare quantitatively and qualitatively to previous work to validate our approach.
  •  
5.
  • Ambrus, Rares, et al. (författare)
  • Meta-rooms : Building and Maintaining Long Term Spatial Models in a Dynamic World
  • 2014
  • Ingår i: 2014 IEEE/RSJ International Conference on Intelligent Robots and Systems, (IROS 2014). - : IEEE conference proceedings. - 9781479969340 ; , s. 1854-1861
  • Konferensbidrag (refereegranskat)abstract
    • We present a novel method for re-creating the static structure of cluttered office environments -which we define as the " meta-room" -from multiple observations collected by an autonomous robot equipped with an RGB-D depth camera over extended periods of time. Our method works directly with point clusters by identifying what has changed from one observation to the next, removing the dynamic elements and at the same time adding previously occluded objects to reconstruct the underlying static structure as accurately as possible. The process of constructing the meta-rooms is iterative and it is designed to incorporate new data as it becomes available, as well as to be robust to environment changes. The latest estimate of the meta-room is used to differentiate and extract clusters of dynamic objects from observations. In addition, we present a method for re-identifying the extracted dynamic objects across observations thus mapping their spatial behaviour over extended periods of time.
  •  
6.
  • Ambrus, Rares (författare)
  • Unsupervised construction of 4D semantic maps in a long-term autonomy scenario
  • 2017
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • Robots are operating for longer times and collecting much more data than just a few years ago. In this setting we are interested in exploring ways of modeling the environment, segmenting out areas of interest and keeping track of the segmentations over time, with the purpose of building 4D models (i.e. space and time) of the relevant parts of the environment.Our approach relies on repeatedly observing the environment and creating local maps at specific locations. The first question we address is how to choose where to build these local maps. Traditionally, an operator defines a set of waypoints on a pre-built map of the environment which the robot visits autonomously. Instead, we propose a method to automatically extract semantically meaningful regions from a point cloud representation of the environment. The resulting segmentation is purely geometric, and in the context of mobile robots operating in human environments, the semantic label associated with each segment (i.e. kitchen, office) can be of interest for a variety of applications. We therefore also look at how to obtain per-pixel semantic labels given the geometric segmentation, by fusing probabilistic distributions over scene and object types in a Conditional Random Field.For most robotic systems, the elements of interest in the environment are the ones which exhibit some dynamic properties (such as people, chairs, cups, etc.), and the ability to detect and segment such elements provides a very useful initial segmentation of the scene. We propose a method to iteratively build a static map from observations of the same scene acquired at different points in time. Dynamic elements are obtained by computing the difference between the static map and new observations. We address the problem of clustering together dynamic elements which correspond to the same physical object, observed at different points in time and in significantly different circumstances. To address some of the inherent limitations in the sensors used, we autonomously plan, navigate around and obtain additional views of the segmented dynamic elements. We look at methods of fusing the additional data and we show that both a combined point cloud model and a fused mesh representation can be used to more robustly recognize the dynamic object in future observations. In the case of the mesh representation, we also show how a Convolutional Neural Network can be trained for recognition by using mesh renderings.Finally, we present a number of methods to analyse the data acquired by the mobile robot autonomously and over extended time periods. First, we look at how the dynamic segmentations can be used to derive a probabilistic prior which can be used in the mapping process to further improve and reinforce the segmentation accuracy. We also investigate how to leverage spatial-temporal constraints in order to cluster dynamic elements observed at different points in time and under different circumstances. We show that by making a few simple assumptions we can increase the clustering accuracy even when the object appearance varies significantly between observations. The result of the clustering is a spatial-temporal footprint of the dynamic object, defining an area where the object is likely to be observed spatially as well as a set of time stamps corresponding to when the object was previously observed. Using this data, predictive models can be created and used to infer future times when the object is more likely to be observed. In an object search scenario, this model can be used to decrease the search time when looking for specific objects.
  •  
7.
  • Ambrus, Rares, et al. (författare)
  • Unsupervised learning of spatial-temporal models of objects in a long-term autonomy scenario
  • 2015
  • Ingår i: 2015 IEEE/RSJ INTERNATIONAL CONFERENCE ON INTELLIGENT ROBOTS AND SYSTEMS (IROS). - : IEEE. - 9781479999941 ; , s. 5678-5685
  • Konferensbidrag (refereegranskat)abstract
    • We present a novel method for clustering segmented dynamic parts of indoor RGB-D scenes across repeated observations by performing an analysis of their spatial-temporal distributions. We segment areas of interest in the scene using scene differencing for change detection. We extend the Meta-Room method and evaluate the performance on a complex dataset acquired autonomously by a mobile robot over a period of 30 days. We use an initial clustering method to group the segmented parts based on appearance and shape, and we further combine the clusters we obtain by analyzing their spatial-temporal behaviors. We show that using the spatial-temporal information further increases the matching accuracy.
  •  
8.
  • Ambrus, Rares, et al. (författare)
  • Unsupervised object segmentation through change detection in a long term autonomy scenario
  • 2016
  • Ingår i: IEEE-RAS International Conference on Humanoid Robots. - : IEEE. - 9781509047185 ; , s. 1181-1187
  • Konferensbidrag (refereegranskat)abstract
    • In this work we address the problem of dynamic object segmentation in office environments. We make no prior assumptions on what is dynamic and static, and our reasoning is based on change detection between sparse and non-uniform observations of the scene. We model the static part of the environment, and we focus on improving the accuracy and quality of the segmented dynamic objects over long periods of time. We address the issue of adapting the static structure over time and incorporating new elements, for which we train and use a classifier whose output gives an indication of the dynamic nature of the segmented elements. We show that the proposed algorithms improve the accuracy and the rate of detection of dynamic objects by comparing with a labelled dataset.
  •  
9.
  •  
10.
  • Bore, Nils, et al. (författare)
  • Efficient retrieval of arbitrary objects from long-term robot observations
  • 2017
  • Ingår i: Robotics and Autonomous Systems. - : ELSEVIER SCIENCE BV. - 0921-8890 .- 1872-793X. ; 91, s. 139-150
  • Tidskriftsartikel (refereegranskat)abstract
    • We present a novel method for efficient querying and retrieval of arbitrarily shaped objects from large amounts of unstructured 3D point cloud data. Our approach first performs a convex segmentation of the data after which local features are extracted and stored in a feature dictionary. We show that the representation allows efficient and reliable querying of the data. To handle arbitrarily shaped objects, we propose a scheme which allows incremental matching of segments based on similarity to the query object. Further, we adjust the feature metric based on the quality of the query results to improve results in a second round of querying. We perform extensive qualitative and quantitative experiments on two datasets for both segmentation and retrieval, validating the results using ground truth data. Comparison with other state of the art methods further enforces the validity of the proposed method. Finally, we also investigate how the density and distribution of the local features within the point clouds influence the quality of the results.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 21
Typ av publikation
konferensbidrag (14)
tidskriftsartikel (4)
rapport (1)
doktorsavhandling (1)
bokkapitel (1)
Typ av innehåll
refereegranskat (17)
övrigt vetenskapligt/konstnärligt (3)
populärvet., debatt m.m. (1)
Författare/redaktör
Ambrus, Rares (18)
Jensfelt, Patric, 19 ... (8)
Jensfelt, Patric (7)
Folkesson, John, 196 ... (6)
Bore, Nils (4)
Folkesson, John (3)
visa fler...
Caccamo, Sergio (2)
Kragic, Danica, 1971 ... (2)
Chen, Xi (2)
Almeida, Diogo, 1991 ... (2)
Karayiannidis, Yiann ... (2)
Cruciani, Silvia, 19 ... (2)
Haustein, Joshua (2)
Marzinotto, Alejandr ... (2)
Vina, Francisco, 199 ... (2)
Ögren, Petter, 1974- (2)
Wendt, Axel (2)
Birk, Andreas (2)
Stoyanov, Todor (2)
Nevatia, Yashodhan (2)
Jha, M. K. (1)
Wang, Zhan (1)
Pinto Basto De Carva ... (1)
Pinto Basto de Carva ... (1)
Arras, Kai O. (1)
Claici, Sebastian (1)
Folkesson, John, Ass ... (1)
Nüchter, Andreas, Pr ... (1)
Ekekrantz, Johan (1)
Triebel, Rudolph (1)
Hawes, Nick (1)
Poppinga, Jan (1)
Pathak, Kaustubh (1)
Brucker, Manuel (1)
Durner, Maximilian (1)
Marton, Zoltan Csaba (1)
Welle, Michael (1)
Agrawal, G. (1)
Thippur, Akshaya (1)
Faeulhammer, Thomas (1)
Burbridge, Christoph ... (1)
Zillich, Micheal (1)
Vincze, Marcus (1)
Hanheide, Marc (1)
Hawes, N. (1)
Krajnik, T. (1)
Duckett, T. (1)
Kulich, M. (1)
Mudrová, L. (1)
Rathnam, Ravi (1)
visa färre...
Lärosäte
Kungliga Tekniska Högskolan (19)
Örebro universitet (2)
Språk
Engelska (21)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (12)
Teknik (10)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy