9,529 research outputs found
Vector analogues of the Maggi-Rubinowicz theory of edge diffraction
The Maggi-Rubinowicz technique for scalar and electromagnetic fields is interpreted as a transformation of an integral over an open surface to a line integral around its rim. Maggi-Rubinowicz analogues are found for several vector physical optics representations. For diffraction from a circular aperture, a numerical comparison between these formulations shows the two methods are in agreement. To circumvent certain convergence difficulties in the Maggi-Rubinowicz integrals that occur as the observer approaches the shadow boundary, a variable mesh integration is used. For the examples considered, where the ratio of the aperture diameter to wavelength is about ten, the Maggi-Rubinowicz formulation yields an 8 to 10 fold decrease in computation time relative to the physical optics formulation
Subobject Detection through Spatial Relationships on Mobile Phones
We present a novel image classification technique for detecting multiple objects (called subobjects) in a single image. In addition to image classifiers, we apply spatial relationships among the subobjects to verify and to predict locations of detected and undetected subobjects, respectively. By continuously refining the spatial relationships throughout the detection process, even locations of completely occluded exhibits can be determined. Finally, all detected subobjects are labeled and the user can select the object of interest for retrieving corresponding multimedia information. This approach is applied in the context of PhoneGuide, an adaptive museum guidance system for camera-equipped mobile phones. We show that the recognition of subobjects using spatial relationships is up to 68% faster than related approaches without spatial relationships. Results of a field experiment in a local museum illustrate that unexperienced users reach an average recognition rate for subobjects of 85.6% under realistic conditions
RPNet: an End-to-End Network for Relative Camera Pose Estimation
This paper addresses the task of relative camera pose estimation from raw
image pixels, by means of deep neural networks. The proposed RPNet network
takes pairs of images as input and directly infers the relative poses, without
the need of camera intrinsic/extrinsic. While state-of-the-art systems based on
SIFT + RANSAC, are able to recover the translation vector only up to scale,
RPNet is trained to produce the full translation vector, in an end-to-end way.
Experimental results on the Cambridge Landmark dataset show very promising
results regarding the recovery of the full translation vector. They also show
that RPNet produces more accurate and more stable results than traditional
approaches, especially for hard images (repetitive textures, textureless
images, etc). To the best of our knowledge, RPNet is the first attempt to
recover full translation vectors in relative pose estimation
Understanding the Importance of Front Yard Accessibility for Community Building: A Case Study of Subiaco, Western Australia
The residential built form, including open space, provides the physical environment for social interaction. Understanding urban open space, including semi-public and public domains, through the lens of physical accessibility and visual permeability can potentially facilitate the building of a sense of community contributing to a better quality of life. Using an inner-city suburb in Perth, Western Australia as a case study, this research explores the importance of physical accessibility patterns and visual permeability for socialising in semi-public and public domains, such as the front yard and the residential streets. It argues that maintaining a balance between public and private inter-relationship in inner city residential neighbourhoods is important for creating and maintaining a sense of community
Diversity and evolution of the small multidrug resistance protein family
<p>Abstract</p> <p>Background</p> <p>Members of the small multidrug resistance (SMR) protein family are integral membrane proteins characterized by four α-helical transmembrane strands that confer resistance to a broad range of antiseptics and lipophilic quaternary ammonium compounds (QAC) in bacteria. Due to their short length and broad substrate profile, SMR proteins are suggested to be the progenitors for larger α-helical transporters such as the major facilitator superfamily (MFS) and drug/metabolite transporter (DMT) superfamily. To explore their evolutionary association with larger multidrug transporters, an extensive bioinformatics analysis of SMR sequences (> 300 Bacteria taxa) was performed to expand upon previous evolutionary studies of the SMR protein family and its origins.</p> <p>Results</p> <p>A thorough annotation of unidentified/putative SMR sequences was performed placing sequences into each of the three SMR protein subclass designations, namely small multidrug proteins (SMP), suppressor of <it>groEL </it>mutations (SUG), and paired small multidrug resistance (PSMR) using protein alignments and phylogenetic analysis. Examination of SMR subclass distribution within Bacteria and Archaea taxa identified specific Bacterial classes that uniquely encode for particular SMR subclass members. The extent of selective pressure acting upon each SMR subclass was determined by calculating the rate of synonymous to non-synonymous nucleotide substitutions using Syn-SCAN analysis. SUG and SMP subclasses are maintained under moderate selection pressure in comparison to integron and plasmid encoded SMR homologues. Conversely, PSMR sequences are maintained under lower levels of selection pressure, where one of the two PSMR pairs diverges in sequence more rapidly than the other. SMR genomic loci surveys identified potential SMR efflux substrates based on its gene association to putative operons that encode for genes regulating amino acid biogenesis and QAC-like metabolites. SMR subclass protein transmembrane domain alignments to Bacterial/Archaeal transporters (BAT), DMT, and MFS sequences supports SMR participation in multidrug transport evolution by identifying common TM domains.</p> <p>Conclusion</p> <p>Based on this study, PSMR sequences originated recently within both SUG and SMP clades through gene duplication events and it appears that SMR members may be evolving towards specific metabolite transport.</p
Face Detection with Effective Feature Extraction
There is an abundant literature on face detection due to its important role
in many vision applications. Since Viola and Jones proposed the first real-time
AdaBoost based face detector, Haar-like features have been adopted as the
method of choice for frontal face detection. In this work, we show that simple
features other than Haar-like features can also be applied for training an
effective face detector. Since, single feature is not discriminative enough to
separate faces from difficult non-faces, we further improve the generalization
performance of our simple features by introducing feature co-occurrences. We
demonstrate that our proposed features yield a performance improvement compared
to Haar-like features. In addition, our findings indicate that features play a
crucial role in the ability of the system to generalize.Comment: 7 pages. Conference version published in Asian Conf. Comp. Vision
201
Deep Discrete Hashing with Self-supervised Pairwise Labels
Hashing methods have been widely used for applications of large-scale image
retrieval and classification. Non-deep hashing methods using handcrafted
features have been significantly outperformed by deep hashing methods due to
their better feature representation and end-to-end learning framework. However,
the most striking successes in deep hashing have mostly involved discriminative
models, which require labels. In this paper, we propose a novel unsupervised
deep hashing method, named Deep Discrete Hashing (DDH), for large-scale image
retrieval and classification. In the proposed framework, we address two main
problems: 1) how to directly learn discrete binary codes? 2) how to equip the
binary representation with the ability of accurate image retrieval and
classification in an unsupervised way? We resolve these problems by introducing
an intermediate variable and a loss function steering the learning process,
which is based on the neighborhood structure in the original space.
Experimental results on standard datasets (CIFAR-10, NUS-WIDE, and Oxford-17)
demonstrate that our DDH significantly outperforms existing hashing methods by
large margin in terms of~mAP for image retrieval and object recognition. Code
is available at \url{https://github.com/htconquer/ddh}
- …