SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Åström Karl) "

Sökning: WFRF:(Åström Karl)

  • Resultat 251-260 av 876
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
251.
  • Kuang, Yubin, et al. (författare)
  • Optimizing Visual Vocabularies Using Soft Assignment Entropies
  • 2011
  • Ingår i: Lecture Notes in Computer Science. - Berlin, Heidelberg : Springer Berlin Heidelberg. - 0302-9743 .- 1611-3349. - 9783642192814 - 9783642192821 ; 6495, s. 255-268
  • Konferensbidrag (refereegranskat)abstract
    • The state of the art for large database object retrieval in images is based on quantizing descriptors of interest points into visual words. High similarity between matching image representations (as bags of words) is based upon the assumption that matched points in the two images end up in similar words in hard assignment or in similar representations in soft assignment techniques. In this paper we study how ground truth correspondences can be used to generate better visual vocabularies. Matching of image patches can be done e.g. using deformable models or from estimating 3D geometry. For optimization of the vocabulary, we propose minimizing the entropies of soft assignment of points. We base our clustering on hierarchical k-splits. The results from our entropy based clustering are compared with hierarchical k-means. The vocabularies have been tested on real data with decreased entropy and increased true positive rate, as well as better retrieval performance.
  •  
252.
  • Kuang, Yubin, et al. (författare)
  • Partial Symmetry in Polynomial Systems and Its Application in Computer Vision
  • 2014
  • Ingår i: [Host publication title missing]. - 1063-6919. ; , s. 438-445
  • Konferensbidrag (refereegranskat)abstract
    • Algorithms for solving systems of polynomial equations are key components for solving geometry problems in computer vision. Fast and stable polynomial solvers are essential for numerous applications e.g. minimal problems or finding for all stationary points of certain algebraic errors. Recently, full symmetry in the polynomial systems has been utilized to simplify and speed up state-of-the-art polynomial solvers based on Gr¨obner basis method. In this paper, we further explore partial symmetry (i.e. where the symmetry lies in a subset of the variables) in the polynomial systems. We develop novel numerical schemes to utilize such partial symmetry. We then demonstrate the advantage of our schemes in several computer vision problems. In both synthetic and real experiments, we show that utilizing partial symmetry allow us to obtain faster and more accurate polynomial solvers than the general solvers.
  •  
253.
  • Kuang, Yubin, et al. (författare)
  • Pose Estimation with Unknown Focal Length using Points, Directions and Lines
  • 2013
  • Ingår i: [Host publication title missing]. ; , s. 529-536
  • Konferensbidrag (refereegranskat)abstract
    • In this paper, we study the geometry problems of estimating camera pose with unknown focal length using combination of geometric primitives. We consider points, lines and also rich features such as quivers, i.e. points with one or more directions. We formulate the problems as polynomial systems where the constraints for different primitives are handled in a unified way. We develop efficient polynomial solvers for each of the derived cases with different combinations of primitives. The availability of these solvers enables robust pose estimation with unknown focal length for wider classes of features. Such rich features allow for fewer feature correspondences and generate larger inlier sets with higher probability. We demonstrate in synthetic experiments that our solvers are fast and numerically stable. For real images, we show that our solvers can be used in RANSAC loops to provide good initial solutions.
  •  
254.
  • Kuang, Yubin, et al. (författare)
  • Revisiting Trifocal Tensor Estimation Using Lines
  • 2014
  • Ingår i: Pattern Recognition (ICPR), 2014 22nd International Conference on. - 1051-4651. ; , s. 2419-2423
  • Konferensbidrag (refereegranskat)abstract
    • In this paper, we revisit the problem of estimating the trifocal tensor from image line measurements. With measurements of corresponding lines in three views, a linear method [1] requiring 13 lines was developed to estimate the trifocal tensor from which projective reconstruction of the scene is made possible. By further utilizing the nonlinear constraints on the trifocal tensor, we propose several new linear solvers that require fewer number of lines (10,11,12) than the previous linear method. We use methods based on algebraic geometry to incorporate the non-linear constraints in the estimation. We demonstrate the performance of the proposed solvers on synthetic data. We also test the solvers on real images and obtain promising results.
  •  
255.
  • Kuang, Yubin, et al. (författare)
  • Single Antenna Anchor-Free UWB Positioning based on Multipath Propagation
  • 2013
  • Ingår i: [Host publication title missing].
  • Konferensbidrag (refereegranskat)abstract
    • Radio based localization and tracking usually require multiple receivers/transmitters or a known floor plan. This paper presents a method for anchor free indoor positioning based on single antenna ultra wideband (UWB) measurements. By using time of arrival information from multipath propagation components stemming from scatterers with different, but unknown, positions we estimate the movement of the receiver as well as the angle of arrival of the considered multipath components. Experiments are shown for real indoor data measured in a lecture room with promising results. Simultaneous estimation of both receiver motion, transmitter and scatterer positions is performed using an factorization based approach followed by non-linear least squares optimization. A RANSAC approach to automatic matching of data has also been implemented and tested. The resulting reconstruction is compared to ground truth motion as given by the antenna positioner. The resulting accuracy is in the order of one cm.
  •  
256.
  • Kuang, Yubin, et al. (författare)
  • Stratified Sensor Network Self-Calibration From TDOA Measurements
  • 2013
  • Ingår i: [Host publication title missing].
  • Konferensbidrag (refereegranskat)abstract
    • This paper presents a study of the sensor network calibration time-difference-of-arrival (TDOA) measurements. Such calibration arise in several applications such as calibration of (acoustic or ultrasound) microphone arrays, bluetooth arrays, and radio antenna networks. We propose a non-iterative algorithm that apply a three-step stratification process, (i) using a set of rank constraints to determine the unknown offsets, (ii) applying factorization techniques to determine transmitters and receivers up to unknown affine transformation and (iii) determining the affine stratification using the remaining constraints. This results in novel algorithms for direct recovery of both transmitter and receiver positions using time-difference-of-arrival measurements, down to 6 receivers and 8 transmitters. Experiments are shown both for simulated and real data with promising results.
  •  
257.
  • Kuang, Yubin, et al. (författare)
  • Supervised Feature Quantization with Entropy Optimization
  • 2011
  • Ingår i: Computer Vision Workshops (ICCV Workshops), 2011 IEEE International Conference on. - 9781467300629 ; , s. 1386-1393
  • Konferensbidrag (refereegranskat)abstract
    • Feature quantization is a crucial component for efficient large scale image retrieval and object recognition. By quantizing local features into visual words, one hopes that features that match each other obtain the same word ID. Then, similarities between images can be measured with respect to the corresponding histograms of visual words. Given the appearance variations of local features, traditional quantization methods do not take into account the distribution of matched features. In this paper, we investigate how to encode additional prior information on the feature distribution via entropy optimization by leveraging ground truth correspondence data. We propose a computationally efficient optimization scheme for large scale vocabulary training. The results from our experiments suggest that entropy-optimized vocabulary performs better than unsupervised quantization methods in terms of recall and precision for feature matching. We also demonstrate the advantage of the optimized vocabulary for image retrieval.
  •  
258.
  • Kuang, Yubin, et al. (författare)
  • Understanding TOA and TDOA Network Calibration using Far Field Approximation as Initial Estimate
  • 2012
  • Ingår i: ICPRAM 2012 - Proceedings of the 1st International Conference on Pattern Recognition Applications and Methods, Volume 2. - 9789898425997 ; , s. 590-596
  • Konferensbidrag (refereegranskat)abstract
    • This paper presents a study of the so called far field approximation to the problem of determining both the direction to a number of transmittors and the relative motion of a single antenna using relative distance measurements. The same problem is present in calibration of microphone and wifi-transmittor arrays. In the far field approximation we assume that the relative motion of the antenna is small in comparison to the distances to the base stations. The problem can be solved uniquely with at least three motions of the antenna and at least six real or virtual transmittors. The failure modes of the problem is determined to be (i) when the antenna motion is planar or (ii) when the transmittor directions lie on a cone. We also study to what extent the solution can be obtained in these degenerate configurations. The solution algorithm for the minimal case can be extended to the overdetermined case in a straightforward manner. We also implement and test algorithms for non-linear optimization of the residuals. In experiments we explore how sensitive the calibration is with respect to different degrees of far field approximations of the transmittors and with respect to noise in the data.
  •  
259.
  •  
260.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 251-260 av 876
Typ av publikation
konferensbidrag (367)
rapport (230)
tidskriftsartikel (178)
bokkapitel (58)
bok (22)
samlingsverk (redaktörskap) (4)
visa fler...
proceedings (redaktörskap) (4)
annan publikation (4)
doktorsavhandling (3)
licentiatavhandling (3)
patent (3)
visa färre...
Typ av innehåll
refereegranskat (513)
övrigt vetenskapligt/konstnärligt (358)
populärvet., debatt m.m. (5)
Författare/redaktör
Åström, Karl Johan (648)
Åström, Karl (207)
Hägglund, Tore (69)
Oskarsson, Magnus (40)
Heyden, Anders (38)
Wittenmark, Björn (35)
visa fler...
Kuang, Yubin (26)
Kahl, Fredrik (24)
Burgess, Simon (13)
Ardö, Håkan (12)
Mattsson, Sven Erik (12)
Byröd, Martin (12)
Berthilsson, Rikard (11)
Johansson, Karl Henr ... (9)
Edenbrandt, Lars (9)
Panagopoulos, Helene (9)
Ericsson, Anders (9)
de Wit, Carlos Canud ... (9)
Josephson, Klas (8)
Olsson, Gustaf (8)
Enqvist, Olof (8)
Åström, Kalle (7)
Robertsson, Anders (7)
Nilsson, Mikael (7)
Olsson, Henrik (7)
Overgaard, Niels Chr ... (7)
Jiang, Fangyuan (7)
Bernhardsson, Bo (6)
Soltesz, Kristian (6)
Ask, Erik (6)
Eriksson, Anders P (6)
Sparr, Gunnar (6)
Berner, Josefin (6)
Turner, Kimberly L. (6)
Karlsson, Karl-Göran (6)
Palmér, Tobias (6)
Dormido, Sebastián (6)
Guzmán, José Luis (6)
Johansson, Rolf (5)
Årzén, Karl-Erik (5)
Persson, Per (5)
Hagander, Per (5)
Karlsson, Johan (5)
Nugues, Pierre (5)
Nielsen, Lars (5)
Helmersson, Anders (5)
Evander, Eva (5)
Holst, Holger (5)
Furuta, Katsuhisa (5)
Piguet, Yves (5)
visa färre...
Lärosäte
Lunds universitet (856)
Kungliga Tekniska Högskolan (9)
Linköpings universitet (8)
Umeå universitet (6)
Mittuniversitetet (5)
Luleå tekniska universitet (3)
visa fler...
Chalmers tekniska högskola (3)
Göteborgs universitet (2)
Uppsala universitet (2)
Sveriges Lantbruksuniversitet (2)
Högskolan i Halmstad (1)
Stockholms universitet (1)
Mälardalens universitet (1)
Naturvårdsverket (1)
Karolinska Institutet (1)
visa färre...
Språk
Engelska (820)
Svenska (54)
Ryska (1)
Spanska (1)
Forskningsämne (UKÄ/SCB)
Teknik (671)
Naturvetenskap (190)
Medicin och hälsovetenskap (11)
Samhällsvetenskap (10)
Lantbruksvetenskap (2)

Å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