Добірка наукової літератури з теми "Topological change detection"
Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями
Ознайомтеся зі списками актуальних статей, книг, дисертацій, тез та інших наукових джерел на тему "Topological change detection".
Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.
Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.
Статті в журналах з теми "Topological change detection"
KUBOTA, NAOYUKI, HIROYUKI KOJIMA, NAOHIDE AIZAWA, and DALAI TANG. "DYNAMIC TOPOLOGICAL VISUALIZATION OF CHANGE IN PERCEPTUAL INFORMATION OF PARTNER ROBOTS." International Journal of Information Acquisition 05, no. 03 (September 2008): 247–58. http://dx.doi.org/10.1142/s0219878908001673.
Повний текст джерелаWang, Xianghai, Wei Cheng, Yining Feng, and Ruoxi Song. "TSCNet: Topological Structure Coupling Network for Change Detection of Heterogeneous Remote Sensing Images." Remote Sensing 15, no. 3 (January 20, 2023): 621. http://dx.doi.org/10.3390/rs15030621.
Повний текст джерелаFeilhauer, J., M. Zelent, Zhiwang Zhang, J. Christensen, and M. Mruczkiewicz. "Unidirectional spin-wave edge modes in magnonic crystal." APL Materials 11, no. 2 (February 1, 2023): 021104. http://dx.doi.org/10.1063/5.0134099.
Повний текст джерелаWang, Xiaodong, Dongbao Zhao, Xingze Li, Nan Jia, and Li Guo. "Change Detection and Incremental Updates for Multi-Source Road Networks Considering Topological Consistency." ISPRS International Journal of Geo-Information 14, no. 1 (December 24, 2024): 2. https://doi.org/10.3390/ijgi14010002.
Повний текст джерелаYu, Lanlan, Biao Wang, Luojie Huang, Zhen Dai, Yang Yang, Yan Chen, and Ping Li. "Detecting change points in dynamic networks by measuring cluster stability." International Journal of Modern Physics C 32, no. 09 (May 18, 2021): 2150123. http://dx.doi.org/10.1142/s0129183121501230.
Повний текст джерелаGu, Kongjing, Liang Yan, Xiang Li, Xiaojun Duan, and Jingjie Liang. "Change point detection in multi-agent systems based on higher-order features." Chaos: An Interdisciplinary Journal of Nonlinear Science 32, no. 11 (November 2022): 111102. http://dx.doi.org/10.1063/5.0126848.
Повний текст джерелаShao, Pan, Wenzhong Shi, Zhewei Liu, and Ting Dong. "Unsupervised Change Detection Using Fuzzy Topology-Based Majority Voting." Remote Sensing 13, no. 16 (August 10, 2021): 3171. http://dx.doi.org/10.3390/rs13163171.
Повний текст джерелаQu, Song, Yuqing Du, Mu Zhu, Guan Yuan, Jining Wang, Yanmei Zhang, and Xiangyu Duan. "Dynamic Community Detection Based on Evolutionary DeepWalk." Applied Sciences 12, no. 22 (November 11, 2022): 11464. http://dx.doi.org/10.3390/app122211464.
Повний текст джерелаTribot-La-Spiere, M. "Естественнонаучные и философские аспекты единства живописи и музыки: взгляд через призму искусственного интеллекта". Studia Culturae, № 57 (26 грудня 2023): 97. http://dx.doi.org/10.31312/2310-1245-2023-57-97-106.
Повний текст джерелаSoroush, M. Z., K. Maghooli, N. F. Pisheh, M. Mohammadi, P. Z. Soroush, and P. Tahvilian. "Detection of Change to SSVEPs Using Analysis of Phase Space Topological Features: A Novel Approach." Neurophysiology 51, no. 3 (May 2019): 180–90. http://dx.doi.org/10.1007/s11062-019-09811-x.
Повний текст джерелаДисертації з теми "Topological change detection"
Jiang, Jixiang. "Specifying and Detecting Topological Changes to an Areal Object." Fogler Library, University of Maine, 2009. http://www.library.umaine.edu/theses/pdf/JiangJ2009.pdf.
Повний текст джерелаGaide, Maxime. "Modélisation et rejeu basés sur des règles." Electronic Thesis or Diss., Chasseneuil-du-Poitou, Ecole nationale supérieure de mécanique et d'aérotechnique, 2024. http://www.theses.fr/2024ESMA0026.
Повний текст джерелаDesigning a complex object is a tedious process involving repeated cycles of trial and error. In order to alleviate such a difficulty in the designing process, current parametric modelling systems offer some reevaluation mechanism sallowing a user to rebuild an object based on the editing of its parameters. However, such a process requires either processing an entire mesh in order to detect topological changes, which is computationally expensive, or hard-coding the changes in the modelling operations, which is computationally efficient but increases the risks to introduce detection errors. To address these limitations, our works focus on the development of a rule-based modelling system dedicated to the reevaluation of modelling processes. In particular, this system allows the addition, deletion and reordering of the operations defining those processes. We consider operations formalised with Jerboa’s graph transformation rules. Our first contribution is the syntactic analysis of the operations allowing for the detection of topological changes (creation, split, merge, and so on). These analyses are statically performed on rules, independently of the object onto which they are being applied. Thus, topological changes can be automatically detected and tracked. In some defined cases, a localised analysis performed within the object can assert whether the event has occurred or not. Our second contribution makes use of our topological changes detection approach in order to offer a reevaluation mechanism. Considering that a modelling process is a record of operations sequentially applied on specific topological entities, reevaluating a modelling process first requires solving the long-standing problem of persistently naming topological entities in a geometric model. To achieve this goal, we offer to reconstitute the histories of topological entities referenced within a modelling process. Each entity can be identified through its history, which is unique. With this mechanism, we reference topological entities in a robust way throughout reevaluation. Our third contribution aims to extend our reevaluation mechanism to include scripts of rules which can be used to create more complex operations. The Jerboa script language makes it possible to create such scripts with usual control structures such as alternatives and iterations. We extend our reevaluation mechanism by including these control structures, hence, enabling the user with greater versatility in modelling and managing complex operations
Lin, Yu-Hsiang, and 林昱享. "Scene Change Detection and Topological Map Construction Using Omnidirectional Image Sequences." Thesis, 2012. http://ndltd.ncl.edu.tw/handle/42802399464870601675.
Повний текст джерела國立中正大學
電機工程研究所
100
Place recognition and location are important problems in mobile robotic research. In this thesis, we present a novel scene recognition technique that resembles human thinking-"scene change detection".Our semantic scene descriptor is based on SURF and Extend-HCT features.We build a scene change judgment system by analyzing parameter of Extend-HCT codewords.Then we use our algorithm to mark the interested regions and construct the topological map after the autonomous mobile robot passing through an unknown path.For a robot to have a topological map in an unknown environment is just like voyaging in the vast sea with compass.In the future, if a robot goes through this environment again, it can use the topological map which we built before, and assist the robot for place recognition, location and navigation tasks.
Книги з теми "Topological change detection"
Kenyon, Ian R. Quantum 20/20. Oxford University Press, 2019. http://dx.doi.org/10.1093/oso/9780198808350.001.0001.
Повний текст джерелаЧастини книг з теми "Topological change detection"
Jiang, Jixiang, and Michael Worboys. "Preliminaries for Topological Change Detection Using Sensor Networks." In GeoSensor Networks, 112–21. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-02903-5_11.
Повний текст джерелаAbera Kolech, Birhanu. "Magnetic Skyrmions and Quasi Particles: A Review on Principles and Applications." In History of Magnetic Skyrmions - From Physics to Applications [Working Title]. IntechOpen, 2023. http://dx.doi.org/10.5772/intechopen.110448.
Повний текст джерелаТези доповідей конференцій з теми "Topological change detection"
Jiang, Huaqing, Yumiao Li, Xiaojun Ying, Kun Yin, Hui Yu, and Wanshu Xiong. "Sensitive Refractive Index Response based on Two Types of Valley Hall Topological Edge States." In Frontiers in Optics, JD4A.78. Washington, D.C.: Optica Publishing Group, 2024. https://doi.org/10.1364/fio.2024.jd4a.78.
Повний текст джерелаSu, Chang, and Aishy Amer. "Topological-Stabilization Based Threshold Quantization for Robust Change Detection." In 2007 IEEE International Conference on Image Processing. IEEE, 2007. http://dx.doi.org/10.1109/icip.2007.4379318.
Повний текст джерелаNourani-Vatani, N., and C. Pradalier. "Scene change detection for vision-based topological mapping and localization." In 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2010). IEEE, 2010. http://dx.doi.org/10.1109/iros.2010.5652556.
Повний текст джерелаMin-Liang Wang and Huei-Yung Lin. "A hull census transform for scene change detection and recognition towards topological map building." In 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2010). IEEE, 2010. http://dx.doi.org/10.1109/iros.2010.5652817.
Повний текст джерелаMakenova, Nailia A., Feodor Kanev, Valerii Aksenov, Igor Veretekhin, Feodor Starikov, Yurii Dolgopolov, and Aleksander Kopalkin. "Detection of an optical vortex topological charge and coordinates." In XXIV International Symposium, Atmospheric and Ocean Optics, Atmospheric Physics, edited by Oleg A. Romanovskii and Gennadii G. Matvienko. SPIE, 2018. http://dx.doi.org/10.1117/12.2504323.
Повний текст джерелаTang, Ao, feng shen, Bin Lan, YingJian Ge, Jian Li, and YiHui Duan. "Measuring the topological charge of vortex beams by using Shack-Hartmann wavefront sensor with sector microlens array." In Sixth Symposium on Novel Photoelectronic Detection Technology and Application, edited by Huilin Jiang and Junhao Chu. SPIE, 2020. http://dx.doi.org/10.1117/12.2565218.
Повний текст джерелаGiustolisi, O., Z. Kapelan, and D. Savic. "Detecting Topological Changes in Large Water Distribution Networks." In Water Distribution Systems Analysis 2008. Reston, VA: American Society of Civil Engineers, 2009. http://dx.doi.org/10.1061/41024(340)75.
Повний текст джерелаMyers, Audun, and Firas A. Khasawneh. "Dynamic State Analysis of a Driven Magnetic Pendulum Using Ordinal Partition Networks and Topological Data Analysis." In ASME 2020 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2020. http://dx.doi.org/10.1115/detc2020-22441.
Повний текст джерелаJiang, Jixiang, and Michael Worboys. "Detecting basic topological changes in sensor networks by local aggregation." In the 16th ACM SIGSPATIAL international conference. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/1463434.1463440.
Повний текст джерелаGiustolisi, Orazio, Zoran Kapelan, and Dragan Savic. "A Simulation Model for Detecting Topological Changes in a Water Distribution Network." In World Environmental and Water Resources Congress 2007. Reston, VA: American Society of Civil Engineers, 2007. http://dx.doi.org/10.1061/40927(243)504.
Повний текст джерела