首页 > 最新文献

2022 IEEE Bombay Section Signature Conference (IBSSC)最新文献

英文 中文
A Survey on Image Processing based Techniques for Space Debris Detection 基于图像处理的空间碎片检测技术综述
Pub Date : 2022-12-08 DOI: 10.1109/IBSSC56953.2022.10037480
Sunita Jahirabadkar, Punam Pande, A. R
Space debris is the nonfunctional objects revolving in the outer earth orbit. The high-speed debris projecting to Kessler's syndrome is a threat to active satellites. Rigorous attempts are being made for the efficient detection of the debris for safeguarding existing functional satellites. Among them, image processing methods prove beneficial for the detection of space debris in orbit. The image captured from the satellite is in the form of visible images and thermal images. The survey is conducted on various image processing techniques for space debris detection based on ground-based tracking, satellite-based, simulation-based, and fusion-based detection. The features of debris detected by the various methods are thoroughly reviewed. The study enhances the importance of the fusion of the features of visible and thermal images provided with Deep Neural Networks (DNN). The fusion-based method provides an efficient solution to detect debris in both sunlit and non-sunlit areas from the satellite.
空间碎片是在地球外轨道上旋转的无功能物体。高速碎片投射到凯斯勒综合症是对活动卫星的威胁。目前正在作出严格的努力,以便有效地探测碎片,以保护现有的功能卫星。其中,图像处理方法被证明有利于在轨空间碎片的检测。从卫星上捕获的图像是可见光图像和热图像。该调查对基于地面跟踪、基于卫星、基于模拟和基于融合的空间碎片检测的各种图像处理技术进行了调查。全面回顾了各种方法检测到的碎片的特征。该研究增强了深度神经网络(DNN)提供的可见光和热图像特征融合的重要性。基于融合的方法提供了一种有效的解决方案,可以从卫星上探测到阳光照射和非阳光照射区域的碎片。
{"title":"A Survey on Image Processing based Techniques for Space Debris Detection","authors":"Sunita Jahirabadkar, Punam Pande, A. R","doi":"10.1109/IBSSC56953.2022.10037480","DOIUrl":"https://doi.org/10.1109/IBSSC56953.2022.10037480","url":null,"abstract":"Space debris is the nonfunctional objects revolving in the outer earth orbit. The high-speed debris projecting to Kessler's syndrome is a threat to active satellites. Rigorous attempts are being made for the efficient detection of the debris for safeguarding existing functional satellites. Among them, image processing methods prove beneficial for the detection of space debris in orbit. The image captured from the satellite is in the form of visible images and thermal images. The survey is conducted on various image processing techniques for space debris detection based on ground-based tracking, satellite-based, simulation-based, and fusion-based detection. The features of debris detected by the various methods are thoroughly reviewed. The study enhances the importance of the fusion of the features of visible and thermal images provided with Deep Neural Networks (DNN). The fusion-based method provides an efficient solution to detect debris in both sunlit and non-sunlit areas from the satellite.","PeriodicalId":426897,"journal":{"name":"2022 IEEE Bombay Section Signature Conference (IBSSC)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116945740","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Implementation of NAT44 and NAT64 using TC-BPF and eXpress Data Path (XDP) 使用TC-BPF和eXpress Data Path (XDP)实现NAT44和NAT64
Pub Date : 2022-12-08 DOI: 10.1109/IBSSC56953.2022.10037400
S. D, Bhaskar Kataria, Aditya Sohoni, M. Tahiliani
Large number of new devices connecting to the Internet has overwhelmed the available IPv4 address space. With devices that are IPv6 enabled, there is a need to translate their addresses to IPv4 so that they can communicate with servers that use IPv4. Network Address Translation (NAT) solves this problem by mapping IPv6 addresses to IPv4 and performing the translation at the router between the IPv4-enabled client and IPv6-enabled server. This is called NAT64. NAT is currently used by most of the Internet Service Providers (ISPs) around the world. However, most of the existing implementations involve a lot of kernel overhead. eXpress Data Path (XDP) is a relatively new concept that lets packets be processed faster than the normal network stack. It requires a modification to the kernel and allows packets to move through an integrated fast path in the kernel stack. XDP-NAT is being treated as a feasible alternative to the traditional NAT implementations, owing to its advantages such as low processing overhead and easy implementation. This work focuses on using the packet processing capabilities of XDP to perform address translation. This paper describes the design and a proof-of-concept implementation of NAT64 using XDP.
大量的新设备连接到互联网,使可用的IPv4地址空间不堪重负。对于启用IPv6的设备,需要将其地址转换为IPv4,以便它们可以与使用IPv4的服务器通信。NAT (Network Address Translation)解决了这个问题,它将IPv6地址映射到IPv4,并在启用IPv4的客户端和启用IPv6的服务器之间的路由器上进行转换。这叫做NAT64。NAT目前被世界上大多数的互联网服务提供商(isp)所使用。然而,大多数现有的实现都涉及到大量的内核开销。eXpress Data Path (XDP)是一个相对较新的概念,它可以比普通网络栈更快地处理数据包。它需要对内核进行修改,并允许数据包通过内核堆栈中的集成快速路径移动。由于XDP-NAT具有处理开销低、易于实现等优点,它被视为传统NAT实现的可行替代方案。这项工作的重点是使用XDP的数据包处理能力来执行地址转换。本文描述了使用XDP的NAT64的设计和概念验证实现。
{"title":"Implementation of NAT44 and NAT64 using TC-BPF and eXpress Data Path (XDP)","authors":"S. D, Bhaskar Kataria, Aditya Sohoni, M. Tahiliani","doi":"10.1109/IBSSC56953.2022.10037400","DOIUrl":"https://doi.org/10.1109/IBSSC56953.2022.10037400","url":null,"abstract":"Large number of new devices connecting to the Internet has overwhelmed the available IPv4 address space. With devices that are IPv6 enabled, there is a need to translate their addresses to IPv4 so that they can communicate with servers that use IPv4. Network Address Translation (NAT) solves this problem by mapping IPv6 addresses to IPv4 and performing the translation at the router between the IPv4-enabled client and IPv6-enabled server. This is called NAT64. NAT is currently used by most of the Internet Service Providers (ISPs) around the world. However, most of the existing implementations involve a lot of kernel overhead. eXpress Data Path (XDP) is a relatively new concept that lets packets be processed faster than the normal network stack. It requires a modification to the kernel and allows packets to move through an integrated fast path in the kernel stack. XDP-NAT is being treated as a feasible alternative to the traditional NAT implementations, owing to its advantages such as low processing overhead and easy implementation. This work focuses on using the packet processing capabilities of XDP to perform address translation. This paper describes the design and a proof-of-concept implementation of NAT64 using XDP.","PeriodicalId":426897,"journal":{"name":"2022 IEEE Bombay Section Signature Conference (IBSSC)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127709587","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Requirement Gathering Framework for Electronic Document Management Systems 电子文档管理系统的需求收集框架
Pub Date : 2022-12-08 DOI: 10.1109/IBSSC56953.2022.10037540
Omdeep Gokhool, S. Nagowah
The practice of requirement engineering has been used for several years in software development. The process of requirements engineering can be broken down into four stages namely elicitation, analysis and negotiation, specification, and validation. Because requirements engineering varies from organization to organization, it may be difficult for project managers to adopt the correct usage of the various stages of a project. Moving towards digital transformation, many organizations are moving towards electronic document management system (EDMS). EDMS has become a substantial tool in many organizations, when it comes to integrated data gathering and sharing. Nevertheless, requirement engineering for implementing EDMS projects should be carefully done to avoid project failure or poor-quality software. This paper thus presents a framework for requirement gathering for EDMS to promote successful implementation using a hybrid approach. The framework has been evaluated in a well-known company in Mauritius and results have been presented in the paper.
需求工程的实践已经在软件开发中使用了好几年。需求工程的过程可以分解为四个阶段,即获取、分析和协商、说明和验证。因为需求工程因组织而异,对于项目经理来说,采用项目各个阶段的正确用法可能是困难的。随着数字化转型的推进,许多组织都在转向电子文档管理系统(EDMS)。当涉及到集成数据收集和共享时,EDMS已经成为许多组织的重要工具。然而,实现EDMS项目的需求工程应该小心地完成,以避免项目失败或低质量的软件。因此,本文提出了一个用于EDMS需求收集的框架,以促进使用混合方法的成功实现。该框架已在毛里求斯的一家知名公司进行了评估,并在论文中介绍了结果。
{"title":"A Requirement Gathering Framework for Electronic Document Management Systems","authors":"Omdeep Gokhool, S. Nagowah","doi":"10.1109/IBSSC56953.2022.10037540","DOIUrl":"https://doi.org/10.1109/IBSSC56953.2022.10037540","url":null,"abstract":"The practice of requirement engineering has been used for several years in software development. The process of requirements engineering can be broken down into four stages namely elicitation, analysis and negotiation, specification, and validation. Because requirements engineering varies from organization to organization, it may be difficult for project managers to adopt the correct usage of the various stages of a project. Moving towards digital transformation, many organizations are moving towards electronic document management system (EDMS). EDMS has become a substantial tool in many organizations, when it comes to integrated data gathering and sharing. Nevertheless, requirement engineering for implementing EDMS projects should be carefully done to avoid project failure or poor-quality software. This paper thus presents a framework for requirement gathering for EDMS to promote successful implementation using a hybrid approach. The framework has been evaluated in a well-known company in Mauritius and results have been presented in the paper.","PeriodicalId":426897,"journal":{"name":"2022 IEEE Bombay Section Signature Conference (IBSSC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129211789","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Test Pattern generation for detection of Hardware Trojans based on improved Genetic Algorithm 基于改进遗传算法的硬件木马检测测试模式生成
Pub Date : 2022-12-08 DOI: 10.1109/IBSSC56953.2022.10037385
Sandip Chakraborty, A. Ghosh, Anindan Mondal, B. Sen
Hardware Trojans (HT) are minuscule circuits embedded by an adversary for malicious purposes. Such circuits posses stealthy nature and can cause disruption upon activation. To detect the presence of such circuits, appropriate test vectors need to be applied. In this regard, the genetic algorithm (GA) seems to be the most promising technique due to its exploration capability. However, like most of the existing techniques, GA also suffers from exploring the huge search space. In this article a GA based methodology is proposed incorporating the information about potential inputs into it. Experimental results analysis signifies that the identification of the relevant inputs for GA provides an optimal solution. The significance of proposed methodology is endorsed by applying the proposed GA technique on different ISCAS '85 benchmark circuits. A noteworthy improvement on run time is observed while simultaneously providing improved test set quality than the state-of-the art technique.
硬件木马(HT)是攻击者为恶意目的嵌入的微小电路。这种电路具有隐蔽性,在激活时可能导致中断。为了检测这种电路的存在,需要应用适当的测试向量。在这方面,遗传算法(GA)似乎是最有前途的技术,因为它的勘探能力。然而,像大多数现有技术一样,遗传算法也面临着探索巨大搜索空间的问题。在本文中,提出了一种基于遗传算法的方法,将潜在输入信息纳入其中。实验结果分析表明,对遗传算法相关输入的识别提供了最优解。通过在不同的ISCAS’85基准电路上应用所提出的GA技术,验证了所提出方法的重要性。在运行时方面有了显著的改进,同时提供了比最新技术更好的测试集质量。
{"title":"Test Pattern generation for detection of Hardware Trojans based on improved Genetic Algorithm","authors":"Sandip Chakraborty, A. Ghosh, Anindan Mondal, B. Sen","doi":"10.1109/IBSSC56953.2022.10037385","DOIUrl":"https://doi.org/10.1109/IBSSC56953.2022.10037385","url":null,"abstract":"Hardware Trojans (HT) are minuscule circuits embedded by an adversary for malicious purposes. Such circuits posses stealthy nature and can cause disruption upon activation. To detect the presence of such circuits, appropriate test vectors need to be applied. In this regard, the genetic algorithm (GA) seems to be the most promising technique due to its exploration capability. However, like most of the existing techniques, GA also suffers from exploring the huge search space. In this article a GA based methodology is proposed incorporating the information about potential inputs into it. Experimental results analysis signifies that the identification of the relevant inputs for GA provides an optimal solution. The significance of proposed methodology is endorsed by applying the proposed GA technique on different ISCAS '85 benchmark circuits. A noteworthy improvement on run time is observed while simultaneously providing improved test set quality than the state-of-the art technique.","PeriodicalId":426897,"journal":{"name":"2022 IEEE Bombay Section Signature Conference (IBSSC)","volume":"90 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133220899","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2022 IEEE Bombay Section Signature Conference (IBSSC)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1