1,799 results on '"Honari, A."'
Search Results
2. Towards Unsupervised Blind Face Restoration using Diffusion Prior
- Author
-
Kuai, Tianshu, Honari, Sina, Gilitschenski, Igor, and Levinshtein, Alex
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Blind face restoration methods have shown remarkable performance, particularly when trained on large-scale synthetic datasets with supervised learning. These datasets are often generated by simulating low-quality face images with a handcrafted image degradation pipeline. The models trained on such synthetic degradations, however, cannot deal with inputs of unseen degradations. In this paper, we address this issue by using only a set of input images, with unknown degradations and without ground truth targets, to fine-tune a restoration model that learns to map them to clean and contextually consistent outputs. We utilize a pre-trained diffusion model as a generative prior through which we generate high quality images from the natural image distribution while maintaining the input image content through consistency constraints. These generated images are then used as pseudo targets to fine-tune a pre-trained restoration model. Unlike many recent approaches that employ diffusion models at test time, we only do so during training and thus maintain an efficient inference-time performance. Extensive experiments show that the proposed approach can consistently improve the perceptual quality of pre-trained blind face restoration models while maintaining great consistency with the input contents. Our best model also achieves the state-of-the-art results on both synthetic and real-world datasets., Comment: WACV 2025. Project page: https://dt-bfr.github.io/
- Published
- 2024
3. Meta SAC-Lag: Towards Deployable Safe Reinforcement Learning via MetaGradient-based Hyperparameter Tuning
- Author
-
Honari, Homayoun, Enayati, Amir Mehdi Soufi, Tamizi, Mehran Ghafarian, and Najjaran, Homayoun
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Robotics ,Electrical Engineering and Systems Science - Systems and Control - Abstract
Safe Reinforcement Learning (Safe RL) is one of the prevalently studied subcategories of trial-and-error-based methods with the intention to be deployed on real-world systems. In safe RL, the goal is to maximize reward performance while minimizing constraints, often achieved by setting bounds on constraint functions and utilizing the Lagrangian method. However, deploying Lagrangian-based safe RL in real-world scenarios is challenging due to the necessity of threshold fine-tuning, as imprecise adjustments may lead to suboptimal policy convergence. To mitigate this challenge, we propose a unified Lagrangian-based model-free architecture called Meta Soft Actor-Critic Lagrangian (Meta SAC-Lag). Meta SAC-Lag uses meta-gradient optimization to automatically update the safety-related hyperparameters. The proposed method is designed to address safe exploration and threshold adjustment with minimal hyperparameter tuning requirement. In our pipeline, the inner parameters are updated through the conventional formulation and the hyperparameters are adjusted using the meta-objectives which are defined based on the updated parameters. Our results show that the agent can reliably adjust the safety performance due to the relatively fast convergence rate of the safety threshold. We evaluate the performance of Meta SAC-Lag in five simulated environments against Lagrangian baselines, and the results demonstrate its capability to create synergy between parameters, yielding better or competitive results. Furthermore, we conduct a real-world experiment involving a robotic arm tasked with pouring coffee into a cup without spillage. Meta SAC-Lag is successfully trained to execute the task, while minimizing effort constraints., Comment: Main text accepted to the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2024, 10 pages, 4 figures, 3 tables
- Published
- 2024
4. player2vec: A Language Modeling Approach to Understand Player Behavior in Games
- Author
-
Wang, Tianze, Honari-Jahromi, Maryam, Katsarou, Styliani, Mikheeva, Olga, Panagiotakopoulos, Theodoros, Asadi, Sahar, and Smirnov, Oleg
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Computation and Language - Abstract
Methods for learning latent user representations from historical behavior logs have gained traction for recommendation tasks in e-commerce, content streaming, and other settings. However, this area still remains relatively underexplored in video and mobile gaming contexts. In this work, we present a novel method for overcoming this limitation by extending a long-range Transformer model from the natural language processing domain to player behavior data. We discuss specifics of behavior tracking in games and propose preprocessing and tokenization approaches by viewing in-game events in an analogous way to words in sentences, thus enabling learning player representations in a self-supervised manner in the absence of ground-truth annotations. We experimentally demonstrate the efficacy of the proposed approach in fitting the distribution of behavior events by evaluating intrinsic language modeling metrics. Furthermore, we qualitatively analyze the emerging structure of the learned embedding space and show its value for generating insights into behavior patterns to inform downstream applications.
- Published
- 2024
5. Extended Reality for Enhanced Human-Robot Collaboration: a Human-in-the-Loop Approach
- Author
-
Karpichev, Yehor, Charter, Todd, Hong, Jayden, Enayati, Amir M. Soufi, Honari, Homayoun, Tamizi, Mehran Ghafarian, and Najjaran, Homayoun
- Subjects
Computer Science - Robotics ,Computer Science - Human-Computer Interaction ,Computer Science - Machine Learning - Abstract
The rise of automation has provided an opportunity to achieve higher efficiency in manufacturing processes, yet it often compromises the flexibility required to promptly respond to evolving market needs and meet the demand for customization. Human-robot collaboration attempts to tackle these challenges by combining the strength and precision of machines with human ingenuity and perceptual understanding. In this paper, we conceptualize and propose an implementation framework for an autonomous, machine learning-based manipulator that incorporates human-in-the-loop principles and leverages Extended Reality (XR) to facilitate intuitive communication and programming between humans and robots. Furthermore, the conceptual framework foresees human involvement directly in the robot learning process, resulting in higher adaptability and task generalization. The paper highlights key technologies enabling the proposed framework, emphasizing the importance of developing the digital ecosystem as a whole. Additionally, we review the existent implementation approaches of XR in human-robot collaboration, showcasing diverse perspectives and methodologies. The challenges and future outlooks are discussed, delving into the major obstacles and potential research avenues of XR for more natural human-robot interaction and integration in the industrial landscape., Comment: Published in IEEE International Conference on Robot and Human Interactive Communication (RO-MAN) 2024
- Published
- 2024
- Full Text
- View/download PDF
6. R3T*-MOSafeRL(λ): path planning of mobile robots in unknown dynamic environments
- Author
-
Honari, Homayoun and Khodaygan, Saeed
- Published
- 2024
- Full Text
- View/download PDF
7. Safety Optimized Reinforcement Learning via Multi-Objective Policy Optimization
- Author
-
Honari, Homayoun, Tamizi, Mehran Ghafarian, and Najjaran, Homayoun
- Subjects
Electrical Engineering and Systems Science - Systems and Control ,Computer Science - Artificial Intelligence ,Computer Science - Machine Learning ,Computer Science - Robotics - Abstract
Safe reinforcement learning (Safe RL) refers to a class of techniques that aim to prevent RL algorithms from violating constraints in the process of decision-making and exploration during trial and error. In this paper, a novel model-free Safe RL algorithm, formulated based on the multi-objective policy optimization framework is introduced where the policy is optimized towards optimality and safety, simultaneously. The optimality is achieved by the environment reward function that is subsequently shaped using a safety critic. The advantage of the Safety Optimized RL (SORL) algorithm compared to the traditional Safe RL algorithms is that it omits the need to constrain the policy search space. This allows SORL to find a natural tradeoff between safety and optimality without compromising the performance in terms of either safety or optimality due to strict search space constraints. Through our theoretical analysis of SORL, we propose a condition for SORL's converged policy to guarantee safety and then use it to introduce an aggressiveness parameter that allows for fine-tuning the mentioned tradeoff. The experimental results obtained in seven different robotic environments indicate a considerable reduction in the number of safety violations along with higher, or competitive, policy returns, in comparison to six different state-of-the-art Safe RL methods. The results demonstrate the significant superiority of the proposed SORL algorithm in safety-critical applications., Comment: Accepted to the IEEE International Conference on Robotics and Automation (ICRA) 2024, 7 Pages, 3 Figures
- Published
- 2024
- Full Text
- View/download PDF
8. Occlusion Resilient 3D Human Pose Estimation
- Author
-
Roy, Soumava Kumar, Badanin, Ilia, Honari, Sina, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning - Abstract
Occlusions remain one of the key challenges in 3D body pose estimation from single-camera video sequences. Temporal consistency has been extensively used to mitigate their impact but the existing algorithms in the literature do not explicitly model them. Here, we apply this by representing the deforming body as a spatio-temporal graph. We then introduce a refinement network that performs graph convolutions over this graph to output 3D poses. To ensure robustness to occlusions, we train this network with a set of binary masks that we use to disable some of the edges as in drop-out techniques. In effect, we simulate the fact that some joints can be hidden for periods of time and train the network to be immune to that. We demonstrate the effectiveness of this approach compared to state-of-the-art techniques that infer poses from single-camera sequences.
- Published
- 2024
9. AI for World Bank Group (WBG) Library Intelligent Search: An Exploration of Three Technologies
- Author
-
Trillo Tinoco, Flor Elisa, Palta, Yasemin, Postavnicha, Oleksandra, Honari, Hamed, Chikumbi, Kutemba, and Olguin, Kemal
- Subjects
IC. Index languages, processes and schemes. ,IE. Data and metadata structures. ,IL. Semantic web ,LK. Software methodologies and engineering. ,LP. Intelligent agents. - Abstract
The WBG Library (ITSLP) is seeking innovative solutions to develop a Discovery Tool that allows an efficient search process by providing applicable and relevant search results to library clients from numerous data sources. While some sources are freely available and easy to access for resolving results, others only provide relatively basic metadata due to the API request and require a subscription. Therefore, a tool configured to search effectively, returning and surfacing relevant and democratized results leveraging the limited metadata fields (keywords, title, source title, date, etc.) offered in most data sources are highly needed. Considering the above challenges, the Technology & Innovation Lab (ITSTI) team of the WBG explored four different tools with key data sources to guide the design of possible solutions under the following conditions: keeping small scope in terms of data sources to work efficiently during the exploration and focusing on high-value data sources with minimal and/or varied metadata, leverage subject matter expert's feedback.
- Published
- 2023
10. Hyperspectral In-Memory Computing with Optical Frequency Combs and Programmable Optical Memories
- Author
-
Latifpour, Mostafa Honari, Park, Byoung Jun, Yamamoto, Yoshihisa, and Suh, Myoung-Gyun
- Subjects
Physics - Optics ,Computer Science - Emerging Technologies ,Computer Science - Machine Learning ,Computer Science - Neural and Evolutionary Computing ,Physics - Applied Physics - Abstract
The rapid advancements in machine learning across numerous industries have amplified the demand for extensive matrix-vector multiplication operations, thereby challenging the capacities of traditional von Neumann computing architectures. To address this, researchers are currently exploring alternatives such as in-memory computing systems to develop faster and more energy-efficient hardware. In particular, there is renewed interest in computing systems based on optics, which could potentially handle matrix-vector multiplication in a more energy-efficient way. Despite promising initial results, developing a highly parallel, programmable, and scalable optical computing system capable of rivaling electronic computing hardware still remains elusive. In this context, we propose a hyperspectral in-memory computing architecture that integrates space multiplexing with frequency multiplexing of optical frequency combs and uses spatial light modulators as a programmable optical memory, thereby boosting the computational throughput and the energy efficiency. We have experimentally demonstrated multiply-accumulate operations with higher than 4-bit precision in both matrix-vector and matrix-matrix multiplications, which suggests the system's potential for a wide variety of deep learning and optimization tasks. This system exhibits extraordinary modularity, scalability, and programmability, effectively transcending the traditional limitations of optics-based computing architectures. Our approach demonstrates the potential to scale beyond peta operations per second, marking a significant step towards achieving high-throughput energy-efficient optical computing.
- Published
- 2023
11. DCNFIS: Deep Convolutional Neuro-Fuzzy Inference System
- Author
-
Yeganejou, Mojtaba, Honari, Kimia, Kluzinski, Ryan, Dick, Scott, Lipsett, Michael, and Miller, James
- Subjects
Computer Science - Artificial Intelligence ,Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning - Abstract
A key challenge in eXplainable Artificial Intelligence is the well-known tradeoff between the transparency of an algorithm (i.e., how easily a human can directly understand the algorithm, as opposed to receiving a post-hoc explanation), and its accuracy. We report on the design of a new deep network that achieves improved transparency without sacrificing accuracy. We design a deep convolutional neuro-fuzzy inference system (DCNFIS) by hybridizing fuzzy logic and deep learning models and show that DCNFIS performs as accurately as existing convolutional neural networks on four well-known datasets and 3 famous architectures. Our performance comparison with available fuzzy methods show that DCNFIS is now state-of-the-art fuzzy system and outperforms other shallow and deep fuzzy methods to the best of our knowledge. At the end, we exploit the transparency of fuzzy logic by deriving explanations, in the form of saliency maps, from the fuzzy rules encoded in the network to take benefit of fuzzy logic upon regular deep learning methods. We investigate the properties of these explanations in greater depth using the Fashion-MNIST dataset.
- Published
- 2023
12. Spectral Network Principle for Frequency Synchronization in Repulsive Laser Networks
- Author
-
Honari-Latifpour, Mostafa, Ding, Jiajie, Belykh, Igor, and Miri, Mohammad-Ali
- Subjects
Nonlinear Sciences - Adaptation and Self-Organizing Systems ,Physics - Optics - Abstract
Network synchronization of lasers is critical for reaching high-power levels and for effective optical computing. Yet, the role of network topology for the frequency synchronization of lasers is not well understood. Here, we report our significant progress toward solving this critical problem for networks of heterogeneous laser model oscillators with repulsive coupling. We discover a general approximate principle for predicting the onset of frequency synchronization from the spectral knowledge of a complex matrix representing a combination of the signless Laplacian induced by repulsive coupling and a matrix associated with intrinsic frequency detuning. We show that the gap between the two smallest eigenvalues of the complex matrix generally controls the coupling threshold for frequency synchronization. In stark contrast with Laplacian networks, we demonstrate that local rings and all-to-all networks prevent frequency synchronization, whereas full bipartite networks have optimal synchronization properties. Beyond laser models, we show that, with a few exceptions, the spectral principle can be applied to repulsive Kuramoto networks. Our results may provide guidelines for optimal designs of scalable laser networks capable of achieving reliable synchronization.
- Published
- 2023
13. Multi-mode Perturbation Modelling for Cavity Polygon and Star Modes
- Author
-
Farajollahi, Saeed, Fang, Zhiwei, Lin, Jintian, Honari, Shahin, Cheng, Ya, and Lu, Tao
- Subjects
Physics - Optics - Abstract
Polygon and star modes enable unidirectional emission and single-frequency lasing in whispering gallery microcavities. To understand their properties and facilitate design, we have adopted both two-dimensional and three-dimensional full-wave perturbation methods to simulate these modes. Our simulation demonstrates that a tapered optical fiber can be used as a weak perturbation to coherently combine multiple whispering gallery modes into a polygon or star mode. Additionally, our simulation predicts an optical quality factor as high as $10^7$ for the polygon modes, which is in good agreement with the experiment results.
- Published
- 2023
14. End-to-end deep learning-based framework for path planning and collision checking: bin picking application
- Author
-
Tamizi, Mehran Ghafarian, Honari, Homayoun, Nozdryn-Plotnicki, Aleksey, and Najjaran, Homayoun
- Subjects
Computer Science - Robotics ,Electrical Engineering and Systems Science - Systems and Control ,I.2.9 ,I.2.1 ,I.2.6 - Abstract
Real-time and efficient path planning is critical for all robotic systems. In particular, it is of greater importance for industrial robots since the overall planning and execution time directly impact the cycle time and automation economics in production lines. While the problem may not be complex in static environments, classical approaches are inefficient in high-dimensional environments in terms of planning time and optimality. Collision checking poses another challenge in obtaining a real-time solution for path planning in complex environments. To address these issues, we propose an end-to-end learning-based framework viz., Path Planning and Collision checking Network (PPCNet). The PPCNet generates the path by computing waypoints sequentially using two networks: the first network generates a waypoint, and the second one determines whether the waypoint is on a collision-free segment of the path. The end-to-end training process is based on imitation learning that uses data aggregation from the experience of an expert planner to train the two networks, simultaneously. We utilize two approaches for training a network that efficiently approximates the exact geometrical collision checking function. Finally, the PPCNet is evaluated in two different simulation environments and a practical implementation on a robotic arm for a bin-picking application. Compared to the state-of-the-art path planning methods, our results show significant improvement in performance by greatly reducing the planning time with comparable success rates and path lengths., Comment: 18 pages, 6 figures, 2 tables
- Published
- 2023
- Full Text
- View/download PDF
15. Cognitive rehabilitation in bipolar spectrum disorder: A systematic review
- Author
-
Mahdiye Sarrafe Razavi, Mazyar Fathi, Elham Vahednia, Amir Rezaei Ardani, Sara Honari, Farzad Akbarzadeh, and Ali Talaei
- Subjects
Bipolar disorder ,Cognitive rehabilitation ,Neurocognitive deficits ,Neurosciences. Biological psychiatry. Neuropsychiatry ,RC321-571 - Abstract
Background and objectives: Neurocognitive deficits in bipolar disorder (BD) have a negative impact on the quality of life, even during the euthymic phase. And many studies conducted to improve cognitive deficits in bipolar disorder. This systematic review aims to summarize studies on cognitive rehabilitation (CR) conducted in bipolar patients and evaluate its impact on neurocognitive deficits. The primary objective is to explore how CR interventions can enhance cognitive functioning, treatment outcomes, and overall quality of life in this population. Methods: A comprehensive search was conducted on PubMed, Google Scholar, Scopus, Embase, and PsycINFO databases from 1950 to 2023, following the 2015 PRISMA-P guidelines, using search terms related to BD and CR. Results: The initial search yielded 371 titles across the five databases. After applying inclusion and exclusion criteria through screening, a total of 23 articles were included in the study. The selected articles evaluated verbal memory, attention, executive functions, and social cognition. Conclusion: The findings suggest that CR can be an effective treatment approach for bipolar patients, aimed at enhancing their cognitive abilities, treatment outcomes, and overall quality of life. The primary finding of this study indicates that cognitive-behavioral therapy (CBT) protocols, skill training, and homework exercises, which offer a daily structure, social support, and opportunities for exchanging coping strategies, are more effective in enhancing cognitive functions. However, it is important to acknowledge the notable limitations of this review. Firstly, we did not assess the methodological rigor of the included studies. Additionally, there was a lack of detailed analysis regarding specific cognitive rehabilitation approaches that adhere to core CR principles, resulting in increased heterogeneity within the reviewed studies.
- Published
- 2024
- Full Text
- View/download PDF
16. AttEntropy: On the Generalization Ability of Supervised Semantic Segmentation Transformers to New Objects in New Domains
- Author
-
Lis, Krzysztof, Rottmann, Matthias, Mütze, Annika, Honari, Sina, Fua, Pascal, and Salzmann, Mathieu
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,I.4.6 ,I.4.8 ,I.5.4 - Abstract
In addition to impressive performance, vision transformers have demonstrated remarkable abilities to encode information they were not trained to extract. For example, this information can be used to perform segmentation or single-view depth estimation even though the networks were only trained for image recognition. We show that a similar phenomenon occurs when explicitly training transformers for semantic segmentation in a supervised manner for a set of categories: Once trained, they provide valuable information even about categories absent from the training set. This information can be used to segment objects from these never-seen-before classes in domains as varied as road obstacles, aircraft parked at a terminal, lunar rocks, and maritime hazards.
- Published
- 2022
17. Visual Question Answering From Another Perspective: CLEVR Mental Rotation Tests
- Author
-
Beckham, Christopher, Weiss, Martin, Golemo, Florian, Honari, Sina, Nowrouzezahrai, Derek, and Pal, Christopher
- Subjects
Statistics - Machine Learning ,Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning - Abstract
Different types of mental rotation tests have been used extensively in psychology to understand human visual reasoning and perception. Understanding what an object or visual scene would look like from another viewpoint is a challenging problem that is made even harder if it must be performed from a single image. We explore a controlled setting whereby questions are posed about the properties of a scene if that scene was observed from another viewpoint. To do this we have created a new version of the CLEVR dataset that we call CLEVR Mental Rotation Tests (CLEVR-MRT). Using CLEVR-MRT we examine standard methods, show how they fall short, then explore novel neural architectures that involve inferring volumetric representations of a scene. These volumes can be manipulated via camera-conditioned transformations to answer the question. We examine the efficacy of different model variants through rigorous ablations and demonstrate the efficacy of volumetric representations., Comment: Accepted for publication to Pattern Recognition journal
- Published
- 2022
18. Safety Optimized Reinforcement Learning via Multi-Objective Policy Optimization.
- Author
-
Homayoun Honari, Mehran Ghafarian Tamizi, and Homayoun Najjaran
- Published
- 2024
- Full Text
- View/download PDF
19. Occlusion Resilient 3D Human Pose Estimation.
- Author
-
Soumava Kumar Roy, Ilia Badanin, Sina Honari, and Pascal Fua
- Published
- 2024
- Full Text
- View/download PDF
20. Unsupervised 3D Keypoint Discovery with Multi-View Geometry.
- Author
-
Sina Honari, Chen Zhao, Mathieu Salzmann, and Pascal Fua
- Published
- 2024
- Full Text
- View/download PDF
21. Unsupervised 3D Keypoint Discovery with Multi-View Geometry
- Author
-
Honari, Sina, Zhao, Chen, Salzmann, Mathieu, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning - Abstract
Analyzing and training 3D body posture models depend heavily on the availability of joint labels that are commonly acquired through laborious manual annotation of body joints or via marker-based joint localization using carefully curated markers and capturing systems. However, such annotations are not always available, especially for people performing unusual activities. In this paper, we propose an algorithm that learns to discover 3D keypoints on human bodies from multiple-view images without any supervision or labels other than the constraints multiple-view geometry provides. To ensure that the discovered 3D keypoints are meaningful, they are re-projected to each view to estimate the person's mask that the model itself has initially estimated without supervision. Our approach discovers more interpretable and accurate 3D keypoints compared to other state-of-the-art unsupervised approaches on Human3.6M and MPI-INF-3DHP benchmark datasets., Comment: Accepted in "3DV 2024"
- Published
- 2022
22. Perspective Aware Road Obstacle Detection
- Author
-
Lis, Krzysztof, Honari, Sina, Fua, Pascal, and Salzmann, Mathieu
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Robotics ,I.4.6 ,I.4.8 ,I.5.4 - Abstract
While road obstacle detection techniques have become increasingly effective, they typically ignore the fact that, in practice, the apparent size of the obstacles decreases as their distance to the vehicle increases. In this paper, we account for this by computing a scale map encoding the apparent size of a hypothetical object at every image location. We then leverage this perspective map to (i) generate training data by injecting onto the road synthetic objects whose size corresponds to the perspective foreshortening; and (ii) incorporate perspective information in the decoding part of the detection network to guide the obstacle detector. Our results on standard benchmarks show that, together, these two strategies significantly boost the obstacle detection performance, allowing our approach to consistently outperform state-of-the-art methods in terms of instance-level obstacle detection.
- Published
- 2022
- Full Text
- View/download PDF
23. A Scalable Blockchain-based Smart Contract Model for Decentralized Voltage Stability Using Sharding Technique
- Author
-
Honari, Kimia, Zhou, Xiaotian, Rouhani, Sara, Dick, Scott, Liang, Hao, Li, James Miller, and Miller, James
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Blockchain technologies are one possible avenue for increasing the resilience of the Smart Grid, by decentralizing the monitoring and control of system-level objectives such as voltage stability protection. They furthermore offer benefits in data immutability and traceability, as blockchains are cryptographically secured. However, the performance of blockchain-based systems in real-time grid monitoring and control has never been empirically tested. This study proposes implementing a decentralized voltage stability algorithm using blockchain-based smart contracts, as a testbed for evaluating the performance of blockchains in real-time control. We furthermore investigate sharding mechanisms as a means of improving the system's scalability with fixed computing resources. We implement our models as a proof-of-concept prototype system using Hyperledger Fabric as our blockchain platform, the Matpower library in MATLAB as our power system simulator, and Hyperledger Caliper as our performance evaluation tool. We found that sharding does indeed lead to a substantial improvement in system scalability for this domain, measured by both transaction success rates and transaction latency., Comment: 8 pages
- Published
- 2022
24. Hyperspectral In-Memory Computing.
- Author
-
Mostafa Honari-Latifpour, Byoung-Jun Park, Yoshihisa Yamamoto, and Myoung-Gyun Suh
- Published
- 2024
25. An In Vitro Evaluation of Periotest Implant Stability Measurements Taken on Implant Retained Crowns and Healing Abutments
- Author
-
Cianna O'Brien, David Naughton, Bahman Honari, Lewis Winning, and Ioannis Polyzois
- Subjects
dental implants ,perio test value ,Dentistry ,RK1-715 - Abstract
ABSTRACT Objective To assess the reliability of implant stability measurements recorded with the Periotest device and to investigate the differences in values when these measurements were taken on implant retained crowns and healing abutments. Materials and Methods Fifty‐six implants in eight synthetic bone blocks were used to carry out implant stability measurements using the Periotest device by two different operators. Each block constituted an example of bone of density D1, D2, D3, or D4, and two blocks of each density were used. The healing abutments placed were of a height to allow approximately 6 mm of the implant‐abutment complex to be supracrestal and temporary crowns were made to match the dimensions of an average central incisor. Descriptive statistics were used to describe the perio test values (PTVs) at each of the different heights on the implant abutments and implant crowns. Means for each site were calculated and distribution of data assessed using the Kruskal Wallis test. The interclass correlation coefficient (ICC) was used to determine the relationship between the PTVs recorded on the implant abutments and implant crowns. Results The mean PTV (±standard devidation) recorded across all sites was 5.57 ± 11.643 on the implant abutments, and 12.27 ± 11.735 on the temporary crowns. Excellent/good inter‐operator ICCs were recorded for the mid‐abutment site in all bone blocks D1–D4 (ICC = 0.814, p
- Published
- 2024
- Full Text
- View/download PDF
26. A Novel Buckle-Free Large Rib Microdisk with Sub-Micron Thickness
- Author
-
Honari, Shahin, Farajollahi, Saeed, and Lu, Tao
- Subjects
Physics - Optics - Abstract
Thin large microdisks, that are key for dense spectral microcomb generation at visible to UV wavelengths, face challenges in fabrication. One of the most difficult issues is the buckling effect that significantly reduces the cavity optical quality factor. This work introduces a novel rib disk structure that significantly mitigates the buckling effects. Using this approach, we obtained millimeter size buckle-free microdisks with sub-micron thickness and high optical quality factor exceeding $10^7$.
- Published
- 2022
- Full Text
- View/download PDF
27. On Triangulation as a Form of Self-Supervision for 3D Human Pose Estimation
- Author
-
Roy, Soumava Kumar, Citraro, Leonardo, Honari, Sina, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Supervised approaches to 3D pose estimation from single images are remarkably effective when labeled data is abundant. However, as the acquisition of ground-truth 3D labels is labor intensive and time consuming, recent attention has shifted towards semi- and weakly-supervised learning. Generating an effective form of supervision with little annotations still poses major challenge in crowded scenes. In this paper we propose to impose multi-view geometrical constraints by means of a weighted differentiable triangulation and use it as a form of self-supervision when no labels are available. We therefore train a 2D pose estimator in such a way that its predictions correspond to the re-projection of the triangulated 3D pose and train an auxiliary network on them to produce the final 3D poses. We complement the triangulation with a weighting mechanism that alleviates the impact of noisy predictions caused by self-occlusion or occlusion from other subjects. We demonstrate the effectiveness of our semi-supervised approach on Human3.6M and MPI-INF-3DHP datasets, as well as on a new multi-view multi-person dataset that features occlusion.
- Published
- 2022
28. Mode decomposition-based time-varying phase synchronization for fMRI Data
- Author
-
Honari, Hamed and Lindquist, Martin A.
- Subjects
Electrical Engineering and Systems Science - Signal Processing ,Computer Science - Machine Learning ,Statistics - Applications ,Statistics - Methodology - Abstract
Recently there has been significant interest in measuring time-varying functional connectivity (TVC) between different brain regions using resting-state functional magnetic resonance imaging (rs-fMRI) data. One way to assess the relationship between signals from different brain regions is to measure their phase synchronization (PS) across time. However, this requires the \textit{a priori} choice of type and cut-off frequencies for the bandpass filter needed to perform the analysis. Here we explore alternative approaches based on the use of various mode decomposition (MD) techniques that circumvent this issue. These techniques allow for the data driven decomposition of signals jointly into narrow-band components at different frequencies, thus fulfilling the requirements needed to measure PS. We explore several variants of MD, including empirical mode decomposition (EMD), bivariate EMD (BEMD), noise-assisted multivariate EMD (na-MEMD), and introduce the use of multivariate variational mode decomposition (MVMD) in the context of estimating time-varying PS. We contrast the approaches using a series of simulations and application to rs-fMRI data. Our results show that MVMD outperforms other evaluated MD approaches, and further suggests that this approach can be used as a tool to reliably investigate time-varying PS in rs-fMRI data., Comment: 57 pages, 11 figures. Please cite the preprint if any or portion of the material is used
- Published
- 2022
29. Influences of RASopathies on Neuroanatomical Variation in Children
- Author
-
McGhee, Chloe Alexa, Honari, Hamed, Siqueiros-Sanchez, Monica, Serur, Yaffa, van Staalduinen, Eric K., Stevenson, David, Bruno, Jennifer L., Raman, Mira Michelle, and Green, Tamar
- Published
- 2024
- Full Text
- View/download PDF
30. A Compact, Circularly-Polarized, Substrate-Integrated Waveguide, Millimeter-Wave Beamsteering System for 5G Mobile Terminals
- Author
-
Khaled Al-Amoodi, Rashid Mirzavand, Mohammad Mahdi Honari, Jordan Melzer, Duncan G. Elliott, and Pedram Mousavi
- Subjects
5G ,antenna arrays ,beamsteering ,circular polarization ,compact ,end-fire ,Telecommunication ,TK5101-6720 - Abstract
A compact, circularly-polarized (CP), end-fire, $4\times 1$ continuous beamsteering antenna array implemented using substrate-integrated waveguides for 5G mobile terminals is proposed in this paper. The purpose of this system is to complement the radiation patterns of planar phased arrays on the faces of a typical mobile terminal. The proposed system seamlessly integrates previously-presented antennas and polarizers, with adjustable phase shifters and a feeding network in a multi-layered, single stack, printed circuit board (PCB) for continuous beamsteering in a compact package. Through the use of forward and reverse couplers, and the stacking of the phase shifters on top of the feeding network, a compact form factor of $7.6\times 4.1\times 0.38\lambda _{o}^{3}$ is achieved. The system was fabricated and assembled through standard PCB processes. The measurements illustrated that the system can achieve a continuous beamsteering range of ±35° with an axial ratio better than 3 dB and a gain variation less than 3 dB. A measured impedance bandwidth (BW) of 8.9% at 28 GHz is also demonstrated. Given its performance, size, ease of manufacture, integrated control lines and single RF feed, the proposed system is a good candidate for 5G millimeter-wave continuous beamsteering in mobile terminals.
- Published
- 2024
- Full Text
- View/download PDF
31. Polar Varieties in Cayley-Klein Spaces
- Author
-
Heidari, Fahimeh and Honari, Bijan
- Subjects
Mathematics - Metric Geometry ,51F10, 51F20, 14M15, 51F15, 51N15 - Abstract
In this paper, we introduce the notion of a total polar for an arbitrary subspace of a Cayley-Klein space in an analytical framework. We show that the set of all total polars of a subspace is a Schubert variety. The notion of total polar gives a definition for a subspace to be tangent to the absolute figure of the space. By specifying tangent lines, tangent cones and then spheres are defined. This definition of the sphere does not depend on the metric of the space. It is proved that every reflection of a Cayley- Klein space, defined by two subspaces which are total polar to each other, is a motion of the space. On the other hand, each motion in a Cayley-Klein space of dimension n is a product of at most n+1 reflections in point-hyperplane pairs.
- Published
- 2022
32. Designing a virtual training model for physical education in Iran
- Author
-
Mahyar Yar Ahmadi, Habib Honari, and Meysam Shabani Nia
- Subjects
efficiency model ,virtual educational program ,software and hardware technology ,network communication ,new educational technologies ,Education - Abstract
Abstract The aim of the current research is to design a virtual training model for physical education in Iran. The research method was qualitative and based on theme analysis. A semi-structured interview method was used to collect data. Data analysis was done by Glazer (1992) method. The participants of the research include 14 experts, members of the student sports federation, high-ranking university professors, and people with organizational positions such as the vice president of physical education and health of the Ministry of Education; and the sampling continued until reaching theoretical saturation. After step-by-step coding, the total number of registered codes is equal to 32, and the total number of agreements between codes is equal to 12. Theme analysis was used to analyze the data in the qualitative stage. The results of the research showed that the design of the virtual training model of physical education in Iran includes the problems of conducting physical education lessons in virtual space, the lack of supervision and concentration in virtual education, the lack of proper communication between professors and students, the coverage of virtual classes, economic issues, technological weakness of software and hardware, internet and its infrastructure problems, benefits of information technology in virtual education, superior characteristics of virtual education, weakness in establishing friendship and communication, insufficient knowledge of the space and capabilities of virtual education, problems of virtual education in physical education, weakness in network communication and infrastructural obstacles, the use of new educational technologies, the learning problems of online education, the capabilities of virtual education and the reasons for the importance and excellence of virtual education. Extended abstract Introduction Due to the rapid growth of online resources and technological tools, the need for new methods of education has increased significantly in recent years, which has created vast opportunities for the generation and sharing of information across numerous regions. Increasing the quality of education has helped to increase the value of GDP in different regions (Eisenchlas, Schalley, & Guillemin, 2013). On the other hand, the arrival of modern media and communication tools and the conditions that have arisen in the current era due to the Corona epidemic have affected the non-attendance education of students and have provided various methods of virtual education on the Internet for learners (Parapi, Maesaroh, Basuki, & Masykuri, 2013). Today, electronic education is gradually evolving and as an inevitable component of the educational process, it has entered the educational institutions of advanced countries. Many analysts firmly believe in the further expansion of this segment of the educational services market (Brown, 2018). In the meantime, the non-attendance teaching of the physical education course, which has special conditions and includes practical and movement skills, faces the challenges; matching the set goals of the academic courses based on the fundamental transformation document with selected methods of non-attendance education such as messengers, online education, television school, and educational packages, is one of the most important specific goals of these trainings; which of course should not be only theoretical and knowledge, but should provide conditions so that the learner is obliged to follow virtual trainings and practical exercises at the same time in order to further deepen the neural connections of the brain and improve his performance and learning (Qingtao, 2020). As a result, the upcoming research seeks to answer the following question: How is the design of the model of the effective factors of virtual education in physical education in Iran? Theoretical Framework Knowledge transfer methods such as lecturing in class can lead to passiveness of learners. On the other hand, trying to include or integrate valid and meaningful learning contexts may seem difficult for logistical reasons. Therefore, in dealing with these issues, today, educators are given the opportunity to present the best things in their education program through technology and virtual education (Abd Majid, & Shamsudin, 2019). Virtual education, not only because of its convenience and flexibility, but also because it can expand the educational coverage, has become one of the tools widely used by students at all levels of education. (Escobar-Grisales, Vásquez-Correa, Vargas-Bonilla, & Orozco-Arroyave, 2020). The success of the electronic learning system also depends on the willingness and acceptance of students to use this system (Vershitskaya et al, 2020). Not using the e-learning system makes it difficult to realize the benefits, and this leads to the unsuccessful implementation of the system and wastes the costs incurred in schools (Almaiah, Al-Khasawneh, & Althunibat, m 2020). Kim et al, (2021) conducted a research titled Understanding Student Acceptance of Online Learning Systems in Higher Education: Application of Social Psychology Theories Considering Innovative Users. The research results showed that perceived ease of use affects perceived usefulness, perceived usefulness affects attitude, while perceived ease does not directly affect attitude. Also, attitude and subjective norms positively affect behavioral intention, while perceived behavioral control has no effect on behavioral intention. Finally, user innovation plays a moderating role in the relationship between mental norms and behavioral intention. Gelineau-Morel & Dilts (2021) conducted a study on virtual education during COVID-19 and beyond. Results show that our curriculum increased learner satisfaction, engagement, and communication compared to our pre-COVID curriculum. While our curriculum promotes the exchange of ideas between all types of learners and fosters interaction and communication. In the future, we plan to continue our virtual education curriculum and further expand our topics and professors to address our diverse audience. Research methodology The method of the present research is exploratory in nature and qualitative approach, which is a theme analysis strategy. The statistical population of this research includes professors and specialists in the field of physical education in schools; which includes 14 experts who are members of the student sports federation, high-ranking university professors and people with organizational positions such as the vice president of physical education and health of the Ministry of Education. The sampling method in the qualitative part includes the purposeful sampling method and it is based on the selection of sample cases by the researcher according to personal judgment and the objectives of the study and the nature of the research, and using the snowball technique until reaching theoretical saturation. Research findings Theme analysis was used to analyze the data. The results of the research showed that the design of the virtual training model of physical education in Iran includes the problems of conducting physical education lessons in virtual space, the lack of supervision and concentration in virtual education, the lack of proper communication between professors and students, the coverage of virtual classes, economic issues, weakness of software and hardware technology, Internet and its infrastructure problems, benefits of information technology in virtual education, superior characteristics of virtual education, weakness in establishing friendship and communication, insufficient knowledge of the space and capabilities of virtual education, problems of virtual education of physical education lesson, weakness in network communication and infrastructural barriers, use of new educational technologies, problems of virtual learning, capabilities of virtual learning, and the reasons for the importance and superiority of virtual learning. Conclusion The current research has been conducted with the aim of designing a virtual training model for physical education in Iran. The results of this research corresponds with the results of research of Kim et al, (2021), Gelineau-Morel & Dilts (2021), Heynojoleysana et al, (2020), Elmaya et al, (2020), Abdollahi et al, (2021), Mohammadi et al, (2023), and Rezapour & Moharramzadeh (2021). Mohammadi et al, (2023) showed that the professional boundaries in the relationship between professor and student include emotional boundaries (avoiding emotional relationships and maintaining respectful behavior), communication boundaries (transparency in communication and privacy), and power boundaries (transparency in the boundaries of power and discretion and avoiding discrimination). In general, based on the results of this research, it can be said that in the academic context, effective communication and interactions between professors and students are considered as one of the effective factors in student progress and improving the teaching and learning process. Therefore, careful monitoring of communication and encouragement to create the right relationship between professor and student within the framework of professional boundaries makes sense. According to the results of the research, and because physical education lessons are very important for the physical and mental health of students; it is suggested that Special attention should be paid to physical education in the virtual educational program of schools. For planning virtual education in physical education, the Education Office needs an efficient model and program so that it can determine plans, goals, infrastructures, supports, teaching topics, etc. Also, physical education teachers need a suitable model and guide for the coherence and effectiveness of virtual teaching.
- Published
- 2023
- Full Text
- View/download PDF
33. Adversarial Parametric Pose Prior
- Author
-
Davydov, Andrey, Remizova, Anastasia, Constantin, Victor, Honari, Sina, Salzmann, Mathieu, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
The Skinned Multi-Person Linear (SMPL) model can represent a human body by mapping pose and shape parameters to body meshes. This has been shown to facilitate inferring 3D human pose and shape from images via different learning models. However, not all pose and shape parameter values yield physically-plausible or even realistic body meshes. In other words, SMPL is under-constrained and may thus lead to invalid results when used to reconstruct humans from images, either by directly optimizing its parameters, or by learning a mapping from the image to these parameters. In this paper, we therefore learn a prior that restricts the SMPL parameters to values that produce realistic poses via adversarial training. We show that our learned prior covers the diversity of the real-data distribution, facilitates optimization for 3D reconstruction from 2D keypoints, and yields better pose estimates when used for regression from images. We found that the prior based on spherical distribution gets the best results. Furthermore, in all these tasks, it outperforms the state-of-the-art VAE-based approach to constraining the SMPL parameters.
- Published
- 2021
34. Overcoming the Domain Gap in Neural Action Representations
- Author
-
Günel, Semih, Aymanns, Florian, Honari, Sina, Ramdya, Pavan, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Relating animal behaviors to brain activity is a fundamental goal in neuroscience, with practical applications in building robust brain-machine interfaces. However, the domain gap between individuals is a major issue that prevents the training of general models that work on unlabeled subjects. Since 3D pose data can now be reliably extracted from multi-view video sequences without manual intervention, we propose to use it to guide the encoding of neural action representations together with a set of neural and behavioral augmentations exploiting the properties of microscopy imaging. To reduce the domain gap, during training, we swap neural and behavioral data across animals that seem to be performing similar actions. To demonstrate this, we test our methods on three very different multimodal datasets; one that features flies and their neural activity, one that contains human neural Electrocorticography (ECoG) data, and lastly the RGB video data of human activities from different viewpoints.
- Published
- 2021
35. Overcoming the Domain Gap in Contrastive Learning of Neural Action Representations
- Author
-
Günel, Semih, Aymanns, Florian, Honari, Sina, Ramdya, Pavan, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
A fundamental goal in neuroscience is to understand the relationship between neural activity and behavior. For example, the ability to extract behavioral intentions from neural data, or neural decoding, is critical for developing effective brain machine interfaces. Although simple linear models have been applied to this challenge, they cannot identify important non-linear relationships. Thus, a self-supervised means of identifying non-linear relationships between neural dynamics and behavior, in order to compute neural representations, remains an important open problem. To address this challenge, we generated a new multimodal dataset consisting of the spontaneous behaviors generated by fruit flies, Drosophila melanogaster -- a popular model organism in neuroscience research. The dataset includes 3D markerless motion capture data from six camera views of the animal generating spontaneous actions, as well as synchronously acquired two-photon microscope images capturing the activity of descending neuron populations that are thought to drive actions. Standard contrastive learning and unsupervised domain adaptation techniques struggle to learn neural action representations (embeddings computed from the neural data describing action labels) due to large inter-animal differences in both neural and behavioral modalities. To overcome this deficiency, we developed simple yet effective augmentations that close the inter-animal domain gap, allowing us to extract behaviorally relevant, yet domain agnostic, information from neural data. This multimodal dataset and our new set of augmentations promise to accelerate the application of self-supervised learning methods in neuroscience., Comment: Accepted into NeurIPS 2021 Workshop: Self-Supervised Learning - Theory and Practice
- Published
- 2021
36. Synthesis of BLF1-containing trimethyl chitosan nanoparticles and evaluation of its immunogenicity and protection in syrian mice by oral and subcutaneous injections
- Author
-
fazeli, Ayoub, Honari, Hosein, Sadeghi, Davoud, and Bakhtiari, Hamid
- Published
- 2024
- Full Text
- View/download PDF
37. Cognitive rehabilitation in bipolar spectrum disorder: A systematic review
- Author
-
Razavi, Mahdiye Sarrafe, Fathi, Mazyar, Vahednia, Elham, Ardani, Amir Rezaei, Honari, Sara, Akbarzadeh, Farzad, and Talaei, Ali
- Published
- 2024
- Full Text
- View/download PDF
38. Dupilumab treatment improves signs, symptoms, quality of life, and work productivity in patients with atopic hand and foot dermatitis: Results from a phase 3, randomized, double-blind, placebo-controlled trial
- Author
-
Simpson, Eric L., Silverberg, Jonathan I., Worm, Margitta, Honari, Golara, Masuda, Koji, Syguła, Ewa, Schuttelaar, Marie L.A., Mortensen, Eric, Laws, Elizabeth, Akinlade, Bolanle, Patel, Naimish, Maloney, Jennifer, Paleczny, Heather, Delevry, Dimittri, Xiao, Jing, Dubost-Brama, Ariane, and Bansal, Ashish
- Published
- 2024
- Full Text
- View/download PDF
39. Safety and efficacy of the FAKHRAVAC compared with BBIBP-Corv2 against SARS-CoV-2 in adults: a non-inferiority multi-center trial
- Author
-
Solaymani-Dodaran, Masoud, Basiri, Pouria, Moradi, Milad, Gohari, Kimiya, Sheidaei, Ali, Ahi, Mohammadreza, Ghafoori Naeeni, Farzad, Ansarifar, Akram, Rahimi, Zahra, Gholami, Fatemeh, Karimi Rahjerdi, Ahmad, Hamidi Farahani, Ramin, Naderi saffar, Kosar, Ghasemi, Soheil, Shooshtari, Ali, Honari, Mohsen, Mozafari, Ali, Khodaverdloo, Samane, and Forooghizadeh, Mohsen
- Published
- 2023
- Full Text
- View/download PDF
40. Phase II randomized, double blind, placebo controlled, clinical trial of safety and immunogenicity of an inactivated SARS-CoV-2 vaccine FAKHRAVAC in adults aged 18–70 years
- Author
-
Gholami, Fatemeh, Hamidi Farahani, Ramin, Karimi Rahjerdi, Ahmad, Ahi, Mohammadreza, Sheidaei, Ali, Gohari, Kimiya, Rahimi, Zahra, Ansarifar, Akram, Basiri, Pouria, Moradi, Milad, Jahangiri, Arash, Naderi, Kosar, Ghasemi, Soheil, Khatami, Pezhman, Honari, Mohsen, Khodaverdloo, Samane, Shooshtari, Mohammad, Mehr Azin, Hajar, Moradi, Sohrab, Shafaghi, Batool, Allahyari, Hossein, Monazah, Arina, Khodaei Poor, Ali, Taghva, Zahra, Bakhshande, Hooman, Karimi Nia, Mohammad, Solaymani Dodaran, Masoud, and Forooghizade, Mohsen
- Published
- 2023
- Full Text
- View/download PDF
41. Epidemiological Characteristics, Economic Burden and Trend of Changes in Cesarean Sections Performed in Medical University Educational Centers in Mashhad City: A 12-Year Study
- Author
-
Sara Honari, Mahmoud Asoudeh, Fatemeh Tara, Mona Najaf Najafi, and Majid Khadem-Rezaiyan
- Subjects
cesarean section ,changes trend vaginal delivery ,Gynecology and obstetrics ,RG1-991 - Abstract
Introduction: Due to the increase in the frequency of cesarean section over the past few decades, the Ministry of Health and Medical Education of Iran compiled the guideline to promote natural childbirth within the framework of the health reform plans and communicated it to the country's medical science centers. The present study was conducted with aim to determine the epidemiological characteristics and changes trend of the frequency of cesarean section performed in the three educational hospitals of Mashhad University of Medical Sciences. Methods: In this cross-sectional study, the information of all mothers admitted to the three educational hospitals of Mashhad University of Medical Sciences (Imam Reza, Ghaem and Omol-Banin hospitals) due to pregnancy termination during 12 years period (2007-2018) was extracted from the hospital information system. The analyzed information included age, hospitalization center, type of admission (elective or emergency), number of babies, need to transfer mother to ICU, total hospitalization cost, duration of hospitalization, and mother's insurance coverage status. Data was analyzed by SPSS software (version 26). P
- Published
- 2023
- Full Text
- View/download PDF
42. Highly in vitro anti-cancer activity of melittin-loaded niosomes on non-small cell lung cancer cells
- Author
-
Honari, Pooyan, Shahbazzadeh, Delavar, Behdani, Mahdi, and Pooshang Bagheri, Kamran
- Published
- 2024
- Full Text
- View/download PDF
43. The three harmonic homologies theorem
- Author
-
Heidari, Fahimeh and Honari, Bijan
- Published
- 2024
- Full Text
- View/download PDF
44. SegmentMeIfYouCan: A Benchmark for Anomaly Segmentation
- Author
-
Chan, Robin, Lis, Krzysztof, Uhlemeyer, Svenja, Blum, Hermann, Honari, Sina, Siegwart, Roland, Fua, Pascal, Salzmann, Mathieu, and Rottmann, Matthias
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,68T45, 62-07 ,I.4.6 ,I.4.9 - Abstract
State-of-the-art semantic or instance segmentation deep neural networks (DNNs) are usually trained on a closed set of semantic classes. As such, they are ill-equipped to handle previously-unseen objects. However, detecting and localizing such objects is crucial for safety-critical applications such as perception for automated driving, especially if they appear on the road ahead. While some methods have tackled the tasks of anomalous or out-of-distribution object segmentation, progress remains slow, in large part due to the lack of solid benchmarks; existing datasets either consist of synthetic data, or suffer from label inconsistencies. In this paper, we bridge this gap by introducing the "SegmentMeIfYouCan" benchmark. Our benchmark addresses two tasks: Anomalous object segmentation, which considers any previously-unseen object category; and road obstacle segmentation, which focuses on any object on the road, may it be known or unknown. We provide two corresponding datasets together with a test suite performing an in-depth method analysis, considering both established pixel-wise performance metrics and recent component-wise ones, which are insensitive to object sizes. We empirically evaluate multiple state-of-the-art baseline methods, including several models specifically designed for anomaly / obstacle segmentation, on our datasets and on public ones, using our test suite. The anomaly and obstacle segmentation results show that our datasets contribute to the diversity and difficulty of both data landscapes., Comment: 35 pages, 18 figures, 16 tables, website https://segmentmeifyoucan.com/, NeurIPS 2021 Track on Datasets and Benchmarks
- Published
- 2021
45. Fabrication of Ultra-High Q Silica Microdisk Using Chemo-Mechanical Polishing
- Author
-
Honari, S., Haque, S., and Lu, Tao
- Subjects
Physics - Optics ,Condensed Matter - Materials Science - Abstract
Here we demonstrate that adding a chemo-mechanical polishing (CMP) procedure to conventional photolithography, a silica microdisk with ultra-high quality factors ($>10^8$) can be fabricated. By comparing with the intrinsic optical quality factor (Q) measured at 970~nm, we observe that due to the significantly reduced surface roughness, at 1550~nm wavelength the water molecule absorption at the cavity surface supersedes Rayleigh scattering as the dominant factor for Q degradation., Comment: 3 pages, 2 figures
- Published
- 2021
- Full Text
- View/download PDF
46. Self-organized vortex and antivortex patterns in laser arrays
- Author
-
Honari-Latifpour, Mostafa, Ding, Jiajie, Takei, So, and Miri, Mohammad-Ali
- Subjects
Physics - Optics - Abstract
Recently it is shown that dissipatively coupled laser arrays simulate the classical XY model. We show that phase-locking of laser arrays can give rise to the spontaneous formation of vortex and antivortex phase patterns that are analogous to topological defects of the XY model. These patterns are stable although their formation is less likely in comparison to the ground state lasing mode. In addition, we show that small ratios of photon-to-gain lifetime destabilizes vortex and antivortex phase patterns. These findings are important for studying topological effects in optics as well as for designing laser array devices.
- Published
- 2021
- Full Text
- View/download PDF
47. Detecting Road Obstacles by Erasing Them
- Author
-
Lis, Krzysztof, Honari, Sina, Fua, Pascal, and Salzmann, Mathieu
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,I.4.6 ,I.4.9 ,J.7 - Abstract
Vehicles can encounter a myriad of obstacles on the road, and it is impossible to record them all beforehand to train a detector. Instead, we select image patches and inpaint them with the surrounding road texture, which tends to remove obstacles from those patches. We then use a network trained to recognize discrepancies between the original patch and the inpainted one, which signals an erased obstacle.
- Published
- 2020
48. Temporal Representation Learning on Monocular Videos for 3D Human Pose Estimation
- Author
-
Honari, Sina, Constantin, Victor, Rhodin, Helge, Salzmann, Mathieu, and Fua, Pascal
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning - Abstract
In this paper we propose an unsupervised feature extraction method to capture temporal information on monocular videos, where we detect and encode subject of interest in each frame and leverage contrastive self-supervised (CSS) learning to extract rich latent vectors. Instead of simply treating the latent features of nearby frames as positive pairs and those of temporally-distant ones as negative pairs as in other CSS approaches, we explicitly disentangle each latent vector into a time-variant component and a time-invariant one. We then show that applying contrastive loss only to the time-variant features and encouraging a gradual transition on them between nearby and away frames while also reconstructing the input, extract rich temporal features, well-suited for human pose estimation. Our approach reduces error by about 50% compared to the standard CSS strategies, outperforms other unsupervised single-view methods and matches the performance of multi-view techniques. When 2D pose is available, our approach can extract even richer latent features and improve the 3D pose estimation accuracy, outperforming other state-of-the-art weakly supervised methods., Comment: Accepted in "IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)"
- Published
- 2020
- Full Text
- View/download PDF
49. Deep reinforcement learning-based framework for constrained any-objective optimization
- Author
-
Honari, Homayoun and Khodaygan, Saeed
- Published
- 2023
- Full Text
- View/download PDF
50. Overcoming the Domain Gap in Neural Action Representations
- Author
-
Günel, Semih, Aymanns, Florian, Honari, Sina, Ramdya, Pavan, and Fua, Pascal
- Published
- 2023
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.