Literatura académica sobre el tema "Optical processing unit"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Optical processing unit".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "Optical processing unit"
Kawai, Hideo y Yoshinori Takeuchi. "Processing Unit for Stacked Optical Computing System: Pattern Shift Encoder". Optical Review 3, n.º 6 (noviembre de 1996): A381—A384. http://dx.doi.org/10.1007/bf02935937.
Texto completoMauch, Florian, Marc Gronle, Wolfram Lyda y Wolfgang Osten. "Open-source graphics processing unit–accelerated ray tracer for optical simulation". Optical Engineering 52, n.º 5 (9 de mayo de 2013): 053004. http://dx.doi.org/10.1117/1.oe.52.5.053004.
Texto completoHulea, Mircea, Zabih Ghassemlooy, Sujan Rajbhandari, Othman Isam Younus y Alexandru Barleanu. "Optical Axons for Electro-Optical Neural Networks". Sensors 20, n.º 21 (27 de octubre de 2020): 6119. http://dx.doi.org/10.3390/s20216119.
Texto completoLI, XIQI, GUOHUA SHI y YUDONG ZHANG. "TIME-DOMAIN INTERPOLATION ON GRAPHICS PROCESSING UNIT". Journal of Innovative Optical Health Sciences 04, n.º 01 (enero de 2011): 89–95. http://dx.doi.org/10.1142/s1793545811001277.
Texto completoDesmet, Remco y Martin Virte. "Laser diodes with modulated optical injection: towards a simple signal processing unit?" Journal of Physics: Photonics 2, n.º 2 (18 de febrero de 2020): 025002. http://dx.doi.org/10.1088/2515-7647/ab7081.
Texto completoVinegoni, Claudio, Lyuba Fexon, Paolo Fumene Feruglio, Misha Pivovarov, Jose-Luiz Figueiredo, Matthias Nahrendorf, Antonio Pozzo, Andrea Sbarbati y Ralph Weissleder. "High throughput transmission optical projection tomography using low cost graphics processing unit". Optics Express 17, n.º 25 (23 de noviembre de 2009): 22320. http://dx.doi.org/10.1364/oe.17.022320.
Texto completoPulov, Dimcho y Tsanko Karadzhov. "OPTOELECTRONIC DEVICE FOR MEASURING THE POWER OF LASER RADIATION". ENVIRONMENT. TECHNOLOGIES. RESOURCES. Proceedings of the International Scientific and Practical Conference 3 (16 de junio de 2021): 286–90. http://dx.doi.org/10.17770/etr2021vol3.6590.
Texto completoLI, XIQI, GUOHUA SHI, LING WEI, ZHIHUA DING y YUDONG ZHANG. "HIGH-SPEED SPECTRAL DOMAIN OPTICAL COHERENCE TOMOGRAPHY SIGNAL PROCESSING WITH TIME-DOMAIN INTERPOLATION USING GRAPHICS PROCESSING UNIT". Journal of Innovative Optical Health Sciences 04, n.º 03 (julio de 2011): 325–35. http://dx.doi.org/10.1142/s1793545811001599.
Texto completoLatinović, Nikola, Ilija Popadić, Branko Tomić, Aleksandar Simić, Petar Milanović, Srećko Nijemčević, Miroslav Perić y Mladen Veinović. "Signal Processing Platform for Long-Range Multi-Spectral Electro-Optical Systems". Sensors 22, n.º 3 (8 de febrero de 2022): 1294. http://dx.doi.org/10.3390/s22031294.
Texto completoCHATTOPADHYAY, TANAY. "ALL-OPTICAL TERAHERTZ OPTICAL ASYMMETRIC DEMULTIPLEXER (TOAD) BASED BINARY COMPARATOR: A PROPOSAL". Journal of Nonlinear Optical Physics & Materials 18, n.º 03 (septiembre de 2009): 471–80. http://dx.doi.org/10.1142/s0218863509004701.
Texto completoTesis sobre el tema "Optical processing unit"
Eklund, Anders, Paul Dufort, Daniel Forsberg y Stephen LaConte. "Medical Image Processing on the GPU : Past, Present and Future". Linköpings universitet, Medicinsk informatik, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-93673.
Texto completoWacker, Jonas. "Random features for dot product kernels and beyond". Electronic Thesis or Diss., Sorbonne université, 2022. http://www.theses.fr/2022SORUS241.
Texto completoDot product kernels, such as polynomial and exponential (softmax) kernels, are among the most widely used kernels in machine learning, as they enable modeling the interactions between input features, which is crucial in applications like computer vision, natural language processing, and recommender systems. However, a fundamental drawback of kernel-based statistical models is their limited scalability to a large number of inputs, which requires resorting to approximations. In this thesis, we study techniques to linearize kernel-based methods by means of random feature approximations and we focus on the approximation of polynomial kernels and more general dot product kernels to make these kernels more useful in large scale learning. In particular, we focus on a variance analysis as a main tool to study and improve the statistical efficiency of such sketches
Paolini, Aaron Louis. "A real-time super resolution implementation using modern graphics processing units". Access to citation, abstract and download form provided by ProQuest Information and Learning Company; downloadable PDF file, 88 p, 2009. http://proquest.umi.com/pqdweb?did=1821542441&sid=7&Fmt=2&clientId=8331&RQT=309&VName=PQD.
Texto completoVan, Huyssteen Salomon Stephanus. "Parallel paradigms in optimal structural design". Thesis, Stellenbosch : Stellenbosch University, 2011. http://hdl.handle.net/10019.1/18017.
Texto completoENGLISH ABSTRACT: Modern-day processors are not getting any faster. Due to the power consumption limit of frequency scaling, parallel processing is increasingly being used to decrease computation time. In this thesis, several parallel paradigms are used to improve the performance of commonly serial SAO programs. Four novelties are discussed: First, replacing double precision solvers with single precision solvers. This is attempted in order to take advantage of the anticipated factor 2 speed increase that single precision computations have over that of double precision computations. However, single precision routines present unpredictable performance characteristics and struggle to converge to required accuracies, which is unfavourable for optimization solvers. Second, QP and dual are statements pitted against one another in a parallel environment. This is done because it is not always easy to see which is best a priori. Therefore both are started in parallel and the competing threads are cancelled as soon as one returns a valid point. Parallel QP vs. dual statements prove to be very attractive, converging within the minimum number of outer iterations. The most appropriate solver is selected as the problem properties change during the iteration steps. Thread cancellation poses problems caused by threads having to wait to arrive at appropriate checkpoints, thus su ering from unnecessarily long wait times because of struggling competing routines. Third, multiple global searches are started in parallel on a shared memory system. Problems see a speed increase of nearly 4x for all problems. Dynamically scheduled threads alleviate the need for set thread amounts, as in message passing implementations. Lastly, the replacement of existing matrix-vector multiplication routines with optimized BLAS routines, especially BLAS routines targeted at GPGPU technologies (graphics processing units), proves to be superior when solving large matrix-vector products in an iterative environment. These problems scale well within the hardware capabilities and speedups of up to 36x are recorded.
AFRIKAANSE OPSOMMING: Hedendaagse verwerkers word nie vinniger nie as gevolg van kragverbruikingslimiet soos die verwerkerfrekwensie op-skaal. Parallelle prosesseering word dus meer dikwels gebruik om berekeningstyd te laat daal. Verskeie parallelle paradigmas word gebruik om die prestasie van algemeen sekwensiële optimeringsprogramme te verbeter. Vier ontwikkelinge word bespreek: Eerste, is die vervanging van dubbel presisie roetines met enkel presisie roetines. Dit poog om voordeel te trek uit die faktor 2 spoed verbetering wat enkele presisie berekeninge het oor dubbel presisie berekeninge. Enkele presisie roetines is onvoorspelbaar en sukkel in meeste gevalle om die korrekte akkuraatheid te vind. Tweedens word QP teen duale algoritmes in ’n parallel omgewing gebruik. Omdat dit nie altyd voor die tyd maklik is om te sien watter een die beste gaan presteer nie, word almal in parallel begin en die mededingers word dan gekanselleer sodra een terugkeer met ’n geldige KKT punt. Parallele QP teen duale algoritmes blyk om baie aantreklik te wees. Konvergensie gebeur in alle gevalle binne die minimum aantal iterasies. Die mees geskikte algoritme word op elke iterasie gebruik soos die probleem eienskappe verander gedurende die iterasie stappe. “Thread” kanseleering hou probleme in en word veroorsaak deur “threads” wat moet wag om die kontrolepunte te bereik, dus ly die beste roetines onnodig as gevolg van meededinger roetines was sukkel. Derdens, verskeie globale optimerings word in parallel op ’n “shared memory” stelsel begin. Probleme bekom ’n spoed verhoging van byna vier maal vir alle probleme. Dinamiese geskeduleerde “threads” verlig die behoefte aan voorafbepaalde “threads” soos gebruik word in die “message passing” implementerings. Laastens is die vervanging van die bestaande matriks-vektor vermenigvuldiging roetines met geoptimeerde BLAS roetines, veral BLAS roetines wat gerig is op GPGPU tegnologië. Die GPU roetines bewys om superieur te wees wanneer die oplossing van groot matrix-vektor produkte in ’n iteratiewe omgewing gebruik word. Hierdie probleme skaal ook goed binne die hardeware se vermoëns, vir die grootste probleme wat getoets word, word ’n versnelling van 36 maal bereik.
Caucci, Luca. "Task Performance with List-Mode Data". Diss., The University of Arizona, 2012. http://hdl.handle.net/10150/242402.
Texto completoKlimeš, Lubomír. "Optimalizace parametrů sekundárního chlazení plynulého odlévání oceli". Doctoral thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2014. http://www.nusl.cz/ntk/nusl-234206.
Texto completoKriske, Jeffery Edward Jr. "A scalable approach to processing adaptive optics optical coherence tomography data from multiple sensors using multiple graphics processing units". Thesis, 2014. http://hdl.handle.net/1805/6458.
Texto completoAdaptive optics-optical coherence tomography (AO-OCT) is a non-invasive method of imaging the human retina in vivo. It can be used to visualize microscopic structures, making it incredibly useful for the early detection and diagnosis of retinal disease. The research group at Indiana University has a novel multi-camera AO-OCT system capable of 1 MHz acquisition rates. Until this point, a method has not existed to process data from such a novel system quickly and accurately enough on a CPU, a GPU, or one that can scale to multiple GPUs automatically in an efficient manner. This is a barrier to using a MHz AO-OCT system in a clinical environment. A novel approach to processing AO-OCT data from the unique multi-camera optics system is tested on multiple graphics processing units (GPUs) in parallel with one, two, and four camera combinations. The design and results demonstrate a scalable, reusable, extensible method of computing AO-OCT output. This approach can either achieve real time results with an AO-OCT system capable of 1 MHz acquisition rates or be scaled to a higher accuracy mode with a fast Fourier transform of 16,384 complex values.
Shafer, Brandon Andrew. "Real-time adaptive-optics optical coherence tomography (AOOCT) image reconstruction on a GPU". Thesis, 2014. http://hdl.handle.net/1805/6105.
Texto completoAdaptive-optics optical coherence tomography (AOOCT) is a technology that has been rapidly advancing in recent years and offers amazing capabilities in scanning the human eye in vivo. In order to bring the ultra-high resolution capabilities to clinical use, however, newer technology needs to be used in the image reconstruction process. General purpose computation on graphics processing units is one such way that this computationally intensive reconstruction can be performed in a desktop computer in real-time. This work shows the process of AOOCT image reconstruction, the basics of how to use NVIDIA's CUDA to write parallel code, and a new AOOCT image reconstruction technology implemented using NVIDIA's CUDA. The results of this work demonstrate that image reconstruction can be done in real-time with high accuracy using a GPU.
Hailu, Daniel. "Hybrid Spectral Ray Tracing Method for Multi-scale Millimeter-wave and Photonic Propagation Problems". Thesis, 2011. http://hdl.handle.net/10012/6355.
Texto completoLibros sobre el tema "Optical processing unit"
Smith, John W. T. Optical character recognition: The technology and its application in information units and libraries. Boston Spa, Wetherby, West Yorkshire: British Library, 1985.
Buscar texto completoWyatt, Clair L. Recommended practice, symbols, terms, units, and uncertainty analysis for radiometric sensor calibration. Gaithersburg, MD: U.S. Dept. of Commerce, Technology Administration, National Institute of Standards and Technology, 1998.
Buscar texto completoE, Privalʹskiĭ V., Datla Raju Umapathi, Taylor B. N y National Institute of Standards and Technology (U.S.), eds. Recommended practice; symbols, terms, units and uncertainty analysis for radiometric sensor calibration. Washington, D.C: U.S. Dept. of Commerce, Technology Administration, National Institute of Standards and Technology, 1998.
Buscar texto completoPozzolini, Flavia, ed. Quando la giustizia incontra il minore. Florence: Firenze University Press, 2013. http://dx.doi.org/10.36253/978-88-6655-412-7.
Texto completoCapítulos de libros sobre el tema "Optical processing unit"
Chennur, Bhavin G., Nishanth Shastry, S. Monish, Vibha V. Hegde, Pooja Agarwal y Arti Arya. "Optimal Scheduling of Processing Unit Using Convolutional Neural Network Architecture". En Lecture Notes in Networks and Systems, 478–87. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-16075-2_33.
Texto completoJiang, Jingjing, Linda Ahnen, Alexander Kalyanov, Scott Lindner, Martin Wolf y Salvador Sanchez Majos. "A New Method Based on Graphics Processing Units for Fast Near-Infrared Optical Tomography". En Advances in Experimental Medicine and Biology, 191–97. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-55231-6_26.
Texto completoArun, Vanya, Kapil Deo Bodha, Awadhesh K. Maurya y Ashutosh K. Singh. "Design and Implementation of All Optical Processing Units Together Performing Arithmetic and Logical Functions". En Lecture Notes in Electrical Engineering, 83–93. Singapore: Springer Nature Singapore, 2022. http://dx.doi.org/10.1007/978-981-19-0312-0_10.
Texto completoLiao, Jia-Wei, Tsung-Ming Huang, Tiexiang Li, Wen-Wei Lin, Han Wang y Shing-Tung Yau. "An UNet-Based Brain Tumor Segmentation Framework via Optimal Mass Transportation Pre-processing". En Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries, 216–28. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-33842-7_19.
Texto completoKaya, Ilhan, Anand P. Santhanam, Kye-sung Lee, Panomsak Meemon, Nicolene Papp y Jannick P. Rolland. "A Physics-Based Modeling and Real-Time Simulation of Biomechanical Diffusion Process Through Optical Imaged Alveolar Tissues on Graphical Processing Units". En Recent Advances in the 3D Physiological Human, 149–62. London: Springer London, 2009. http://dx.doi.org/10.1007/978-1-84882-565-9_10.
Texto completoLin, Ya, Zhongqiang Wang, Xiaoning Zhao, Haiyang Xu y Yichun Liu. "In-sensor Computing Based on Two-terminal Optoelectronic Memristors". En Advanced Memory Technology, 339–72. Royal Society of Chemistry, 2023. http://dx.doi.org/10.1039/bk9781839169946-00339.
Texto completoRodrigues, Joel J. P. C., Mário M. Freire, Paulo P. Monteiro y Pascal Lorenz. "Optical Burst Switch as a New Switching Paradigm for High-Speed Internet". En Encyclopedia of Multimedia Technology and Networking, Second Edition, 1122–29. IGI Global, 2009. http://dx.doi.org/10.4018/978-1-60566-014-1.ch152.
Texto completoRynska, Elzbieta Dagny, Anna Teresa Oniszk-Poplawska y Urszula Kozminska. "Quality of Resilient Cities, the Issue of Urban Waste". En Megacities and Rapid Urbanization, 228–49. IGI Global, 2020. http://dx.doi.org/10.4018/978-1-5225-9276-1.ch011.
Texto completoRynska, Elzbieta Dagny, Anna Teresa Oniszk-Poplawska y Urszula Kozminska. "Quality of Resilient Cities, the Issue of Urban Waste". En Advances in Environmental Engineering and Green Technologies, 197–223. IGI Global, 2016. http://dx.doi.org/10.4018/978-1-5225-0302-6.ch007.
Texto completoYumalin, T. T., R. B. Salikhov y T. R. Salikhov. "Integrating Wireless Sensor Networks with Organic Polymers for Sustainable". En Advances in Transdisciplinary Engineering. IOS Press, 2023. http://dx.doi.org/10.3233/atde230840.
Texto completoActas de conferencias sobre el tema "Optical processing unit"
Mitkas, Pericles A. y P. Bruce Berra. "An Optical Processing Unit for Relational Database Operations". En Optical Computing. Washington, D.C.: Optica Publishing Group, 1991. http://dx.doi.org/10.1364/optcomp.1991.me11.
Texto completoKawai, Hideo y Yoshinori Takeuchi. "Processing Unit for Stacked Optical Computing System: Discrete Digital Correlator". En Optical Computing. Washington, D.C.: Optica Publishing Group, 1995. http://dx.doi.org/10.1364/optcomp.1995.omc8.
Texto completoNitta, Kouichi, Shinichi Ohta y Osamu Matoba. "Implementation of the TSP based on pattern processing with a graphic processing unit". En SPIE Optical Engineering + Applications, editado por Khan M. Iftekharuddin y Abdul A. S. Awwal. SPIE, 2009. http://dx.doi.org/10.1117/12.826851.
Texto completoArianyan, Ehsan, Seyed Ahmad Motamedi y Iman Arianyan. "Efficient Optical Character Recognition on Graphics Processing Unit". En 2012 Sixth International Symposium on Telecommunications (IST). IEEE, 2012. http://dx.doi.org/10.1109/istel.2012.6483093.
Texto completoShafer, Brandon A., Jeffery E. Kriske, Omer P. Kocaoglu, Timothy L. Turner, Zhuolin Liu, John Jaehwan Lee y Donald T. Miller. "Adaptive-optics optical coherence tomography processing using a graphics processing unit". En 2014 36th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC). IEEE, 2014. http://dx.doi.org/10.1109/embc.2014.6944470.
Texto completoSenthilvelan, Murugappan y Michael J. Schulte. "Flexible arithmetic and logic unit for multimedia processing". En Optical Science and Technology, SPIE's 48th Annual Meeting, editado por Franklin T. Luk. SPIE, 2003. http://dx.doi.org/10.1117/12.506559.
Texto completoHellerbrand, Stephan y Norbert Hanik. "Fast Implementation of the Split-Step Fourier Method using a Graphics Processing Unit". En Optical Fiber Communication Conference. Washington, D.C.: OSA, 2010. http://dx.doi.org/10.1364/ofc.2010.otud7.
Texto completoBesaga, Vira R., Anton V. Saetchnikov, Nils C. Gerhardt, Andreas Ostendorf y Martin R. Hofmann. "Near real-time digital holographic imaging on conventional central processing unit". En Optical Measurement Systems for Industrial Inspection XI, editado por Peter Lehmann, Wolfgang Osten y Armando Albertazzi Gonçalves. SPIE, 2019. http://dx.doi.org/10.1117/12.2526112.
Texto completoWatanabe, Yuuki y Dai Kamiyama. "Megahertz processing rate for Fourier domain optical coherence tomography using a graphics processing unit". En SPIE BiOS, editado por Joseph A. Izatt, James G. Fujimoto y Valery V. Tuchin. SPIE, 2012. http://dx.doi.org/10.1117/12.906333.
Texto completoMeng, Xiangyan, Guojie Zhang, Nuannuan Shi y Ming Li. "High computational density optical convolution processing unit based on multimode interference". En Real-time Photonic Measurements, Data Management, and Processing VII, editado por Ming Li, Hossein Asghari, Kebin Shi y Nuannuan Shi. SPIE, 2023. http://dx.doi.org/10.1117/12.2688531.
Texto completo