CN110858358A - Security scale loss prevention strategy applied to self-service cash register - Google Patents

Security scale loss prevention strategy applied to self-service cash register Download PDF

Info

Publication number
CN110858358A
CN110858358A CN201810964848.4A CN201810964848A CN110858358A CN 110858358 A CN110858358 A CN 110858358A CN 201810964848 A CN201810964848 A CN 201810964848A CN 110858358 A CN110858358 A CN 110858358A
Authority
CN
China
Prior art keywords
self
weight
commodity
loss prevention
service cash
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810964848.4A
Other languages
Chinese (zh)
Inventor
吴茫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisino Dudley information systems (Shanghai) Co.,Ltd.
Original Assignee
Profit Rich Information System (shanghai) Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Profit Rich Information System (shanghai) Co Ltd filed Critical Profit Rich Information System (shanghai) Co Ltd
Priority to CN201810964848.4A priority Critical patent/CN110858358A/en
Publication of CN110858358A publication Critical patent/CN110858358A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/20Point-of-sale [POS] network systems
    • G06Q20/208Input by product or record sensing, e.g. weighing or scanner processing

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

With the development of intelligent retail, self-service cash registers are gradually introduced into various supermarkets, the self-service weighing platform is used for sensing the weight of products, and a security scale loss prevention strategy applied to the self-service cash registers is provided. Three weighing comparison modes are supported: no comparison of commodity weight, comparison of commodity weight change, and comparison of commodity weight to self-learned weight.

Description

Security scale loss prevention strategy applied to self-service cash register
Technical Field
The invention provides a weighing self-learning algorithm, which is particularly applied to a loss prevention mode of a supermarket self-service cash register system, and belongs to the field of data structures and algorithms.
Background
With the development of intelligent retail, self-service cash registers, namely equipment for realizing self-service shopping in supermarkets and shopping malls, are gradually introduced into supermarkets. The equipment can enable a customer to scan commodities and settle accounts for payment in a self-service mode, a queuing process is omitted, and customer experience is improved. For a supermarket, the one-to-one binding relationship between a cashier and cash is released, so that the labor is saved, and the cost of the cashier is saved. In the self-service cash registering system, the loss prevention function is paid attention to, and when customer misoperation or omission commodity, self-service cash registering equipment can automatic identification to in time make warning and operation suggestion, consequently need provide an effectual loss prevention scheme in self-service cash registering machine.
Disclosure of Invention
The invention provides a loss prevention strategy for a safety scale. And sensing the weight of the product by using the self-service weighing platform, and calculating the self-learning weight of the corresponding commodity by cumulatively recording the weight of each commodity, wherein the self-learning weight is used as a reference for subsequent weighing and loss prevention.
The invention supports three weighing comparison modes:
1. not comparing the weight of the goods: i.e. no damage prevention setting is made.
2. Comparing the weight change of the goods: once the customer has brushed the commodity two-dimensional code, only detect weighing platform and whether have weight change. And if the change is changed, the damage prevention check is passed, otherwise, the damage prevention check is not passed.
3. Comparing the weight of the commodity with the self-learning weight: a set of sample data weights of the same commodity is taken, and a weight self-learning algorithm (combined with standard deviation and range) is used for calculating the self-learning weight of the commodity. And comparing whether the weight of the commodity is correct or not by using a weight comparison algorithm. If the return is correct, the damage prevention check passes, otherwise, the check does not pass.
The self-service checkout flow of the supermarket is shown in figure 1.
See figure 2 for the loss prevention inspection flow.
Drawings
Fig. 1 shows a self-service cash-collecting flow in a supermarket.
Fig. 2 loss prevention inspection flow.
Detailed Description
1. Initializing a loss prevention mode: a comparison mode is set, and commodity weight is not compared, commodity weight change is compared, and commodity weight and self-learning weight are compared.
2. When comparing the weight of the goods with the self-learning weight is selected, each good has 4 states:
1) ultra-light goods: since the electronic scale weighs 50g at the minimum, less than 50g is an ultra-light commodity, and weight learning and comparison are not performed.
2) Overweight goods: since the electronic scale weighs 30kg at maximum, over 30kg is an overweight commodity, and weight learning and comparison are not performed.
3) In weight learning: when the damage prevention inspection is carried out, data when the same commodity is weighed for the first 10 times is used as sample data, and the state of the commodity is in weight learning.
4) Weight learning is completed: and calculating the self-learning weight of the commodity by using a weight self-learning algorithm according to the commodity sample data.
3. The weight self-learning algorithm is a weight loss prevention algorithm which combines standard deviation and range difference and is suitable for self-service cash-receiving scenes of supermarkets. Because the electronic scale weighs and peels off and has certain error, the same commodity weighs differently each time, in order to be close to the actual weight as much as possible, the maximum value and the minimum value of 10 sample data are removed by using a range algorithm, then the standard deviation of the remaining 8 sample data is calculated, and the formula is as follows:
Figure 912304DEST_PATH_IMAGE001
where N is 8 and μ is the average number of samples. And if the standard deviation sigma is larger than 5, the current sample data has high dispersion, and the weighed weight of the electronic scale is unstable. At this time, 8 sample data after the maximum value and the minimum value are removed and the latest two sample data are used as the latest 10 sample data, the standard deviation is calculated by using the weight self-learning algorithm again, the self-learning is finished by analogy until the standard deviation is less than 5, and the average number of the current sample is used as the self-learning weight of the commodity. The commodity state is weight learning completion.
4. After the commodity weight self-learning is completed, calculating the weighing weight of each commodity, comparing the weighing weight with the self-learned weight, considering the offset when weighing each time, and obtaining a comparison weight formula as follows:
when the self-learning weight of the commodity is less than 100 g:
self-learned weight x 95% < actual weighing of the good < self-learned weight x 105%
When the self-learning weight of the commodity is more than 100 g:
self-learned weight x 90% < actual weighing of the commodity < self-learned weight x 110%.

Claims (3)

1. The invention provides a security scale loss prevention strategy, which is characterized in that a self-service cash register is gradually introduced into a supermarket, wherein a loss prevention function is emphasized, when a customer makes an operation error or omits commodities, the self-service cash register can automatically identify and give an alarm and an operation prompt in time.
2. The weight self-learning algorithm as claimed in claim 1, wherein the standard deviation and range deviation algorithm is combined to calculate the self-learning weight of the commodity as a reference for preventing the loss of the subsequent weighing.
3. A weight comparison algorithm as claimed in claim 1, wherein the comparison of the weight of the goods weighed against the self-learned weight is made at the time of purchase.
CN201810964848.4A 2018-08-23 2018-08-23 Security scale loss prevention strategy applied to self-service cash register Pending CN110858358A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810964848.4A CN110858358A (en) 2018-08-23 2018-08-23 Security scale loss prevention strategy applied to self-service cash register

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810964848.4A CN110858358A (en) 2018-08-23 2018-08-23 Security scale loss prevention strategy applied to self-service cash register

Publications (1)

Publication Number Publication Date
CN110858358A true CN110858358A (en) 2020-03-03

Family

ID=69635086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810964848.4A Pending CN110858358A (en) 2018-08-23 2018-08-23 Security scale loss prevention strategy applied to self-service cash register

Country Status (1)

Country Link
CN (1) CN110858358A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114662340A (en) * 2022-04-29 2022-06-24 烟台创迹软件有限公司 Weighing model scheme determination method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103632456A (en) * 2013-11-08 2014-03-12 青岛中科英泰商用系统有限公司 Loss prevention method with important commodity precise recognition and customer prompt for supermarket self-service clearing
CN103646325A (en) * 2013-11-08 2014-03-19 青岛中科英泰商用系统有限公司 Loss prevention method capable of identifying important commodities precisely for supermarket self-service settlement
CN107038822A (en) * 2017-03-27 2017-08-11 杭州赛狐科技有限公司 A kind of self-service POS and method
CN107294136A (en) * 2017-08-18 2017-10-24 广东工业大学 A kind of electric power system dispatching method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103632456A (en) * 2013-11-08 2014-03-12 青岛中科英泰商用系统有限公司 Loss prevention method with important commodity precise recognition and customer prompt for supermarket self-service clearing
CN103646325A (en) * 2013-11-08 2014-03-19 青岛中科英泰商用系统有限公司 Loss prevention method capable of identifying important commodities precisely for supermarket self-service settlement
CN107038822A (en) * 2017-03-27 2017-08-11 杭州赛狐科技有限公司 A kind of self-service POS and method
CN107294136A (en) * 2017-08-18 2017-10-24 广东工业大学 A kind of electric power system dispatching method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114662340A (en) * 2022-04-29 2022-06-24 烟台创迹软件有限公司 Weighing model scheme determination method and device, computer equipment and storage medium
CN114662340B (en) * 2022-04-29 2023-02-28 烟台创迹软件有限公司 Weighing model scheme determination method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US6779722B1 (en) System and method for updating a database of weights at a self-checkout terminal
US6215078B1 (en) Method and apparatus for determining a stable weight measurement for use in a security software application of a self-service checkout terminal
US8452660B2 (en) Self-checkout security system and method therefor
US6794586B1 (en) System and method for controlling weighing operations at a scale of a self-checkout terminal
CN109559454A (en) Cash method and self-service cashier based on neural network recognization commodity
JP5083963B2 (en) Weighing scale failure detection system
WO2020103487A1 (en) Self-service settlement method and device and storage medium
US7575162B1 (en) Self-checkout system and method
US8286868B2 (en) Checkout methods and apparatus
US8856032B2 (en) Adjustment of a security level of a self-checkout system based on shopper assistant intervention
JP2018124988A (en) Remote weighing device
US20080290182A1 (en) System and method for calculating wait-time for checkout
CN107103502A (en) A kind of sequence information determines method and apparatus
CN101140685A (en) Self-checkout terminal including scale with remote reset
CN108806069A (en) A kind of cargo monitoring method sells equipment and selling system
WO2020011165A1 (en) Open-type self-service vending method based on buyer positioning, and system
EP0994447A2 (en) Apparatus and method for deactivating electronic article surveillance tag in a retail self-checkout terminal
RU2671753C1 (en) System of control and identification of purchased items in stores
KR102120939B1 (en) Method and System for Payment by Using Wireless Network
US20170161711A1 (en) Checkout system and method for checking-out products
CN110148256A (en) The payment for goods settlement method of automatic vending machine and automatic vending machine
CN107644330A (en) Unmanned supermarket system
WO2020168846A1 (en) Vending machine and refund method and apparatus therefor
CN109685980A (en) A kind of gravity sensing automatic selling counter commodity arrangement method
CN110858358A (en) Security scale loss prevention strategy applied to self-service cash register

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20211021

Address after: 200135 C + d part of mezzanine of building 74, block F24, No. 11, Fute West 2nd Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Applicant after: Aisino Dudley information systems (Shanghai) Co.,Ltd.

Address before: 200131 plant 70, No. 36, Yiwei Road, China (Shanghai) pilot Free Trade Zone, Xuhui District, Shanghai

Applicant before: YINGLI DUFU INFORMATION SYSTEM (SHANGHAI) Co.,Ltd.

TA01 Transfer of patent application right
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200303

WD01 Invention patent application deemed withdrawn after publication